'moveTo()' Syntax, Parameters and Note : moveTo « Javascript Methods « JavaScript Reference

'moveTo()' Syntax, Parameters and Note

Note:

Moves the current window to the specified coordinates.
    
Syntax:
    
window.moveTo(param1, param2)

Parameters:
    param1   Required; the X coordinate of the new position.
    param2   Required; the Y coordinate of the new position.

    

      
      








Related examples in the same category

1.'moveTo()' Example
2.'moveTo()' is applied to