get parameter values from the disabled <select>

M

Meendar

Hi,

Is there any possible way to get parameter values from the disabled
<select> of html.


Thanks in Advance!
 
L

-Lost

Sure, but you realize a disabled SELECT is always going to have one and only one value,
and that is assuming you set it via script or the "selected" attribute.

For example:

<form id="form1" action="ng_disabled_selects_value.htm">
<p id="form1-p1">
<select name="select1" disabled="disabled">
<option value="option1">Option 1</option>
<option value="option2">Option 2</option>
<option value="option3" selected="selected">Option 3</option>
</select>
</p>
</form>

Yes, but your question is too broad.

What was so "broad" about it?

-Lost
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top