You are here: irt.org | About | Feedback | 4948 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q854
Sent by
rHBa on Monday August 27, 2007 at 10:44:48
Worth:
Length:
Too long
Technical:
Comments:
Something like this has always worked for me:
<form action="#" name="my_form" method="post">
<input type="text" name="my_text_input" />
<input onClick="if(this.checked) document.my_form.my_text_input.disabled = true; else document.my_form.my_text_input.disabled = false;" type="checkbox" />
</form>
Other feedback on 'irt.org FAQ Knowledge Base Q854' - show all