'resizeBy()' Example : resizeBy « Javascript Methods « JavaScript Reference

'resizeBy()' Example

    
<html>
<body>
<script language="JavaScript">
    function function1(){
        window.resizeBy(-100,-100);
    }
</script>
<input type="button" value="Resize this window by (-100,-100)" onClick="function1();">
</body>
</html>

    
      
      








Related examples in the same category

1.'resizeBy()' Syntax, Parameters and Note
2.'resizeBy()' is applied to