Feedback: irt.org FAQ Knowledge Base Q854
Feedback on: irt.org FAQ Knowledge Base Q854
Sent by Max on August 23, 2000 at 13:51:38: - feedback #1656
Comments: Links on other sources are not really helpful. They does not always exist. :-( This is not good in a faq list.
Sent by Zack Jones on October 20, 2000 at 09:19:25: - feedback #1890
Comments: The link referred to in the answer is broken :(
Sent by Chad Neller on December 22, 2000 at 09:48:49: - feedback #2172
Worth: Not worth reading
Comments: The link on the page of Q854 does not take you to the article specified.
Sent by rHBa on Monday August 27, 2007 at 10:44:48 - feedback #4948
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>
|