Accessing selected drop down
am 01.02.2005 22:47:50 von GuySimple ASP question. In my ASP code how do I get the value of the following
drop down:
Simple ASP question. In my ASP code how do I get the value of the following
drop down:
guy wrote:
> Simple ASP question. In my ASP code how do I get the value of the
> following drop down:
>
>
It depends on the form's submission method. If your FORM tag is:
"guy"
news:uuEOweKCFHA.1188@tk2msftngp13.phx.gbl...
> Simple ASP question. In my ASP code how do I get the value of the
following
> drop down:
>
>
You can't as you assigned no values to any options!
Perhaps you want this:
If you want to refer to the value of a selected option on the client side
using JavaScript then try this: