Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Drop down list - without select button

Status
Not open for further replies.

pancake

Programmer
Joined
Aug 21, 2001
Messages
88
Location
GB
Can I display the results of a drop down list without the need for clicking on a button, so when you change the values in the drop down the associated records appear?

I know it is possible as there are lots of sites with this on, but can't figure out how to do it

Thanks
 
use onchange=document.submit()in the <Select> tag

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top