View Single Post
Old 01-07-2013, 12:27 AM   PM User | #6
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
As far as I can see your question has already been answered:

Code:
<select name="name" onchange="this.form.submit()">
When somebody chooses an option from the select list, this will immediately submit the form (that the select is contained within).

This, of course, is assuming that the select is contained within a form, which has a method and an action, and that you have a page that processes the submitted data.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote