You are here: irt.org | About | Feedback | 4534 [ previous next ]
Feedback on:
About irt.org
Sent by
Tom McAdams on Monday May 07, 2007 at 11:20:09
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
I was not sure if you accepted outside input for code, but I have used this site for years, and it is always my first place to check for code. I sometimes put together pieces that I thought your users could use, but could not find where I could submit it. I thought I would try here. Your site is the Absolute Best!!
Q: Javascript: How do I change an image when a checkbox is checked or unchecked?
<CODE>
<img src="image1.gif" height=15 width=15 name="im99"> <input type="checkbox" name="S123" onClick="if (this.checked) document.im99.src='image2.gif'; if (this.checked == false) document.im99.src='image1.gif'";>
</CODE>
Other feedback on 'About irt.org' - show all