Hi,
I'm having trouble figuring out how I can get a form to submit when a list item is selected/changed. Does anyone know how to do this?
Thanks for any help, ~Oni.
The select element has an onChange attribute.
For clients that are not running JavaScript, be sure to include a submit button, too (perhaps within <noscript>...</noscript> tags if you don't want it to display within JavaScript enabled clients).
Brilliant. Thanks guys.