search for: user_year

Displaying 1 result from an estimated 1 matches for "user_year".

Did you mean: user_bar
2007 Dec 02
4
select and passing some javascript
..., method, choices, options = {}, html_options = {}) some code: ------------------------------------------------------------- return select(:id, :year, [ [''2008'', 2008], [''2007'', 2007], [''2006'', 2006]], :selected => session[:user_year], :onChange => ''enterprise_function();'' ) what I want: ------------------------------------------------------------- <select name="year_popup" id="year_popup" onChange="year_function()"> <option value="2007" selected="sel...