Displaying 1 result from an estimated 1 matches for "clock_run".
Did you mean:
  clock_out
  
2006 Jan 28
0
calling javascript via "eval(request.resopnseText") help needed.
I have a link_to_remote method:
<%= link_to_remote image_tag("clock_run.gif", :border=>''0''),
								:update => @task.id,
								:complete=>"eval(request.responseText);",
								:url => {:controller => ''time_entries'',
										 :action => ''punch_in'',
										 :id => @task} %&...