dinoviapangea
Technical User
I have a pulldown menu as below,
<Form Name="Top_Page" Action="Next_Page" Method="Post">
<Select name="item_id">
<OPTION Value = "1" >#item_1_name#
<OPTION Value = "2" >#item_2_name#
<OPTION Value = "3" >#item_3_name#
</Select >
</Form>
How can I have the form submit when a user selects from the pulldown?
Thanks,
Dino
<Form Name="Top_Page" Action="Next_Page" Method="Post">
<Select name="item_id">
<OPTION Value = "1" >#item_1_name#
<OPTION Value = "2" >#item_2_name#
<OPTION Value = "3" >#item_3_name#
</Select >
</Form>
How can I have the form submit when a user selects from the pulldown?
Thanks,
Dino