|
-
July 29th, 2008, 02:17 PM
#1
Access HTML dropdown from ASP
Is there a way to access the value of an HTML dropdown box from within Classic ASP?
Example:
<select name="Location" id="Location">
<option selected="selected">Select Location</option>
<option value="Mechanicsburg">Mechanicsburg</option>
<option value="Carlisle">Carlisle</option>
<option value="Enola">Enola</option>
<option value="Harrisburg">Harrisburg</option>
</select>
Now, is there a way to access what the user selects from within ASP? I want to change where a form is sending based on which option the user selects.
Thanks all.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|