Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

Alternative Information Example

<html> <body> <script>     function function1() {         document.all.myImage.alt = 'http://www.rntsoft.com';     } </script> <img id="myImage" onmouseover="function1();" src="http://www.rntsoft.com/style/logo.png"> </body> <html>