July 19, 200124 yr I've got a form which has a drop down value list and was wondering if anyone knows what the code would be that would enable it to automatically post the form when a value is chosen from the list. This would do away with having to get the user to click on a submit button.
July 19, 200124 yr Use 'onChange' in the <select> tag and have a value for that something like this: onchange="Javascript:document.myform.submit();" Hope this helps. Garry
Create an account or sign in to comment