Hi,
I have a form with a textbox...
<input type="text" name="textbox1" value="value1" disabled>
Obviously that produces a textbox that the user cannot edit.
What I want is when the user puts a tick in a checkbox next to the textbox
for the textbox to become active.
I know it's possible, but how?!
TIA
Oli
I have a form with a textbox...
<input type="text" name="textbox1" value="value1" disabled>
Obviously that produces a textbox that the user cannot edit.
What I want is when the user puts a tick in a checkbox next to the textbox
for the textbox to become active.
I know it's possible, but how?!
TIA
Oli
Comment