Window 'scrollBy()' Example : Window Scroll : Javascript Objects JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Javascript Objects » Window Scroll »

 

Window 'scrollBy()' Example



    
<html>
<body>
<script language="JavaScript">
    function function1(){
        window.scrollBy(200,200);
    }
</script>
<input type="button" value="Scroll by (200,200)" onClick="function1();">
<div style="height:1000px;width:1400;background-color:blue"></div>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Javascript Objects
» Window Scroll