esthera
09-08-2008, 05:12 PM
I have
<input type="checkbox" name="item" value="11" id="id11">
and
<input name="other" type="text">
How can I make it that when someone fills in the other text box the checkbox gets checked and when they delete from the other textbox the checkbox gets unchecked.
<input type="checkbox" name="item" value="11" id="id11">
and
<input name="other" type="text">
How can I make it that when someone fills in the other text box the checkbox gets checked and when they delete from the other textbox the checkbox gets unchecked.