i need to have 2 drop down list. my 2nd drop down list will change depending on the selection of the 1st drop down.
i know i have to use javascript onChange to change the value, but my drop down list value are getting from database. I dont want to submit the form when onChange().
How can i pass javascript value to JSP or vice versa.. Thanks