NavigateNewWindow - cBaseLocalControlHost
Opens a URL in a new browser window with specified height and width.
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sUrl | String | The URL to open |
| iWidth | Integer | The width of the browser window (in pixels) |
| iHeight | Integer | The height of the browser window (in pixels) |
Syntax
Procedure NavigateNewWindow String sUrl Integer iWidth Integer iHeight
Call Example
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