Displaying 1 result from an estimated 1 matches for "server_interface_jack_switch_panel".
2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi,
I''m trying to call a remote function when a combobox option is 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.....
?...