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

HTML Form drop-down list defaults.

Status
Not open for further replies.

Kraeg

Programmer
Jun 27, 2002
113
AU
When you have a drop-down box on a form you can set a default value out of all the values in the list. Is there a way where you can link to the file with that form, passing some sort of parameters after the file name, and have the drop-down list default to one of the parameters?
 
You could pass your parameters in the querystring and then set the default with javascript.

Or you could do it serverside.

HTH.
 
Thanks for the quick response. I'll look into that (am just learning this stuff). It's all gotta be client side.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top