Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

Replace image

<html> <body bgcolor="White"> <img src="europe.gif" alt="Europe"> <hr noshade> <form> <input type="button" value="See UK" onClick="document.images[0].src='http://www.rntsoft.com'"> </form> </body> </html>