Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

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="yourimage.jpg" alt="" width="74" height="99"> </body> </html>