ASP List/Menu Help.
ASP List/Menu Help.
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- jgjh1510
Here is the long way...
==================
to get the form var:
state = request.querystring("state")
====================
To get the dropdown to highlight/select the state they chose(do this for all states):
<option >FL
I have all the states written out like this in an include file. If you like, I can email it to you and save you a lot of typing.