Displaying 2 results from an estimated 2 matches for "date_start_day".
2006 Jun 21
1
how can I get the value of a hidden field and pass it
...date in a hidden field and I have
access to that field with "document.hidden_form.hidden_date.value" but I
don''t know how to introduce this value in a rails variable as @date to
pass it with
<%= link_to ''New event'', :action => ''new'' , :date_start_day=>@date%>
thank you in advance
if you have any other idea about how to pass that information from an
Ajax response to another page please tell me I have no more ideas
--
Posted via http://www.ruby-forum.com/.
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},
:position => :bottom,
:complete => "Element.hide(''add_time" +
@indice.to_s + "'')") %>
Does anyone know what is the problem?
thanks
--
Posted via http://www.ruby-forum.com/.