|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
passing information from drop-down list to select statement |
From: |
Carl |
Date: |
1/8/2001 12:59:33 PM |
IP: |
38.221.252.131 |
When passing values from a drop-down list in an html page to a select statement in an ASP page, do you reference the select name or the option value?
for example:
<select name="state_name" size ="1">
<option value ="" selected></option>
<option value ="AZ" selected>AZ</option>
<option value ="CO" selected>CO</option>
<option value ="CT" selected>CT</option>
*******************************************
ASP CODE:
location = Request.form("state_name") |
Follow Up - Re: passing information from drop-down list to select statement - Brian 1/31/2001 6:36:38 AM
|
|
|
|
|
|
|
|
|
|
|
|