HBCMS更多的中文手册参考:

resizeBy Method

DHTML文档教程

Changes the current size of the window by the specified x- and y-offset.

dhtml语法

window.resizeBy(iX, iY)

Parameters

iX Required. Integerthat specifies the horizontal offset in pixels.
iY Required. Integerthat specifies the vertical offset in pixels.

Return Value

No return value.

Remarks

This method does not work on dialog windows. In order to move or size a dialog window, manipulate the dialogheight, dialogwidth, dialogtop, and dialogleft properties.

是否符合公共标准

There is no public standard that applies to this method.

Applies To

window

更多语法参考

resizeTo