JackFruit3D
11-10-2002, 09:03 PM
I have a simple option list
<option value=1>1</Option>
<option value=2>2</Option>
<option value=3>3</Option>
<option value=custom>Custom</Option>
and a simple text box
<input type=text DISABLED name="textbox1">
when the user selects the custom value i want to be able to remove the disabled feature of the text box so ppl can type their custom value in it.
<option value=1>1</Option>
<option value=2>2</Option>
<option value=3>3</Option>
<option value=custom>Custom</Option>
and a simple text box
<input type=text DISABLED name="textbox1">
when the user selects the custom value i want to be able to remove the disabled feature of the text box so ppl can type their custom value in it.