Javascript Methods JavaScript Reference

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.