'moveBy()' Syntax, Parameters and Note : moveBy : Javascript Methods : JavaScript Reference examples (example source code) Organized by topic

JavaScript Reference
C++
PHP
JavaScript Reference Home »  Javascript Methods   » [  moveBy  ]   
 



'moveBy()' Syntax, Parameters and Note

Note:

Moves the window by the specified horizontal and vertical offsets.
    
Syntax:
    
window.moveBy(param1, param2)

Parameters:
    param1   Required; the horizontal offset in pixels.
    param2   Required; the vertical offset in pixels.

    

      
      
Related examples in the same category
1.  'moveBy()' Example
2.  'moveBy()' is applied to
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.