ellicit
04-25-2007, 01:49 AM
Hi,
I need a disable/enable form script
I have this:
<input name="Active_name" type="checkbox" value="">
Click to active name: <br>
<br>
<label>
<select name="names" size="5">
<option value="Jdoe">John Doe</option>
<option value="pkiven">Peter kavin</option>
<option value="Jwillams">Jason Willams</option>
</select>
</label>
What I would like to do is...
I want names (select box) to be disabled by default, but once Active_name (checkbox) is checked... it should enable
thx
I need a disable/enable form script
I have this:
<input name="Active_name" type="checkbox" value="">
Click to active name: <br>
<br>
<label>
<select name="names" size="5">
<option value="Jdoe">John Doe</option>
<option value="pkiven">Peter kavin</option>
<option value="Jwillams">Jason Willams</option>
</select>
</label>
What I would like to do is...
I want names (select box) to be disabled by default, but once Active_name (checkbox) is checked... it should enable
thx