Mega Code Archive

 
Categories / JavaScript DHTML / HTML
 

GalleryImg Example

<html> <body> <script>     function function1() {         document.all.myImage.galleryImg = "yes";     } </script> <input type="Button" id="b1" value='Turn Galleryimg "on"' onClick="function1();"> <img id="myImage"       src="http://www.rntsoft.com/style/logo.png"       alt="http://www.rntsoft.com"       width="74"       height="99"> </body> </html>