JavaScript: The Definitive Guide

25.301. Window.moveBy( ): move a window to a relative position

JavaScript 1.2:

25.301.1. Synopsis

window.moveBy(dx, dy)

25.301.1.1. Arguments

dx

The number of pixels to move the window to the right.

dy

The number of pixels to move the window down.

25.301.2. Description

moveBy( ) moves the window to the relative position specified by dx and dy. See the security and usability considerations described under Window.moveTo( ).

Категории