Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q854, Monday August 27, 2007 at 10:44:48

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

©2018 Martin Webb