Folks, Do I really NEED to have a form with my <select> components ?
I know its unorthadox... but I would like to skip the form if possible to keep this lightweight and just use onchange="this.form.submit()" when it gets selected. Can I guarantee my handler will be invoked and the select value persisted across requests (provided I do it right). I have yet to see my handler get invoked on selection. I am wondering if the dependencies between select and form are too substantive to bypass the form and operate the select with the javascript submit. Thanks for any clarification. Best regards and thanks... KEN