Displaying 1 result from an estimated 1 matches for "update_jack_option".
2006 Feb 07
4
Dynamic url with javascript? - Help Please
...selected, 
passing as an argument the current value of the combobox (paramenter 
"panel_id":
<select id="server_interface_jack_switch_panel" 
onchange="<%=remote_function(:update=>''server_interface_jack_switch_id'',:url=>{:action=>''update_jack_option'', 
:panel_id=>''1'' })%>">
As you can see in this example, the :panel_id value is hardcoded..... 
?How can I get the value of the combobox dynamically??? I''ve tried by 
replacing the hardcoded value with javascript, but it''s being passed as...