This method allows DHTML
pages to resize and move the ALPFrame window. The same functionality
is also available by setting the frameWindowRect
property.
Syntax and description
external.MoveWindowRect(parameter)
parameter can be Point or Rect
object.
If the parameter is a Point then the window is moved to the screen
coordinates specified by the x and y properties of the Point object.
If the parameter is a Rect then the ALPFrame window is moved and
resized to the passed rectangle.
Remarks
Usualy the argument passed to this method is modified object
obtained from a property. If you need to create new Rect or Point
object and pass them to this method use the CreateMiscObject
method.
See Also: CreateMiscObejct,
Point, Rect, frameWindowRect,
frameClientRect
Applies to: external
|