fighnight Posted August 6, 2008 Share Posted August 6, 2008 I need help on making a javascript function for changing image and text at the same time on a URL. I am a beginner at coding javascript. I need some help? Quote Link to comment Share on other sites More sharing options...
lemmin Posted August 6, 2008 Share Posted August 6, 2008 Like this? <img alt="text1" src="pic1.jpg" onmouseover="this.alt='text2';this.src='pic2.jpg'" onmouseout="this.alt='text1';this.src='pic1.jpg'> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.