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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onclick from drop down list 1

Status
Not open for further replies.

ca268339

Programmer
Aug 7, 2000
32
US
Is it possible in FrontPage to develop a dropdown list from a database result and then have an OnClick action associated with the lines populated in the list box. Now I use a submit button to take the results of the select which results in two actions, (i.e., one click to select from the list and the other click to refresh the screen with the dropdown list criteria. Thanks in advance for any and all help or thoughts. The database used to populate the dropdown is Oracle.
 
hi, if your dropdown is in a Form then you can just do an onchange=submit()

hope that helps
bassguy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top