Feedback on: irt.org FAQ Knowledge Base Q854
Comments:
Links on other sources are not really helpful. They does not always exist. :-(
This is not good in a faq list.
Comments:
The link referred to in the answer is broken :(
Worth:
Not worth reading
Comments:
The link on the page of Q854 does not take you to the article specified.
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>