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? Link to comment https://forums.phpfreaks.com/topic/108897-automatically-submit-menu-item-without-a-submit-button/ 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. Link to comment https://forums.phpfreaks.com/topic/108897-automatically-submit-menu-item-without-a-submit-button/#findComment-558647 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.