NavigateNewWindow - cWebApp

Opens a URL in a new browser window with specified height and width.

Type: Procedure

Parameters: String sUrl Integer iWidth Integer iHeight

ParameterDescription
sUrlThe URL to open
iWidthThe width of the browser window (in pixels)
iHeightThe height of the browser window (in pixels)


Syntax
Procedure NavigateNewWindow String sUrl Integer iWidth Integer iHeight

Call: Send NavigateNewWindow sUrl iWidth iHeight


Description

Send NavigateNewWindow to open a URL in a new browser window with specified height and width.

Sample

Send NavigateNewWindow "Order.html" 800 600


You can use NavigateToPage to open a URL in a new browser tab, a new browser window or the current window.

See Also

NavigateRefresh | NavigateToPage | ShowMessageBox | ShowInfoBox | ShowYesNo