'galleryImg' Example : Image Img : HTML JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » HTML » Image Img »

 

'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.navioo.com/style/logo.png" 
     alt="http://www.navioo.com" 
     width="74" 
     height="99">
</body>
</html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo HTML
» Image Img