Displaying 1 result from an estimated 1 matches for "konkeror".
2006 Jun 25
0
Ajax not working on ie and konkeror
My ajax code does not work on ie and konkeror. It does work on firefox.
The code is
<%= link_to_remote( "Add Another",
:update => "event_times",
:url => { :action => :add_time , :indice =>
@indice, :date_start_day=>@datetime.start_date},
:...