icuucme Posted June 5, 2008 Share Posted June 5, 2008 I have a drop down menu form and i want it to automatically submit when i click one of the values in the menu. eg. instead of having the typical drop down like [----Menu----] [submit] i want it to automatically submit when i click a menu item without having the additional menu button how is this done? Quote Link to comment Share on other sites More sharing options...
TLawrence Posted June 5, 2008 Share Posted June 5, 2008 Use onChange in the <select> tag. This will allow you to execute some code (submitting the form) when the value changes in the drop-down menu. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.