Auto submit drop down list
843836Aug 24 2004 — edited Aug 25 2004Hi, I am writing a JSP Page that grabs a load of data from a bean and populates a HTML Select box
At the moment I have a "SUBMIT" button next to the drop down list, so when the user makes a choice and htis submit, the form is processed.
What I was wondering was whether I could implement and auto sumbit function so that the user doesn't have to press the submit button, he/she only has to choose an option from the select box and it automatically gets submitted.