faqts : Computers : Programming : Languages : Asp : ASP/VBScript : Common Problems : forms and user input

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

56 of 70 people (80%) answered Yes
Recently 7 of 10 people (70%) answered Yes

Entry

How can I sumit a form after selecting from a drop down list?

Jun 27th, 2000 17:58
unknown unknown, Raja Vairakkannu


In your <select> tag put as 

<select name="xxx" onchange="form.submit()">

then if you change any in drop down menu, it'll submit the form.



© 1999-2004 Synop Pty Ltd