moveTo() (Method)

An alias for the window.moveTo() method.

Availability:

JavaScript - 1.2
JScript - 3.0
Internet Explorer - 4.0
Netscape - 4.0
Property/method value type:undefined
JavaScript syntax:-moveTo(aCoordX, aCoordY)
-myWindow.moveTo(aCoordX, aCoordY)
Argument list:aCoordXA position in pixels
aCoordYA position in pixels

See also:Window.onmove

Refer to:

Window.moveTo()

insert figure 0069