August 2006
Intermediate to advanced
1018 pages
34h 13m
English
Window.moveBy( ): move a window to a relative position — JavaScript 1.2:
window.moveBy(dx,dy)
dx
The number of pixels to move the window to the right.
dy
The number of pixels to move the window down.
moveBy( ) moves the
window to the relative position specified
by dx and dy.
See the security and usability considerations described under
Window.moveTo( ).
Read now
Unlock full access