Parameter | Description |
---|---|
sUrl | The URL to open |
iWidth | The width of the browser window (in pixels) |
iHeight | The height of the browser window (in pixels) |
Procedure NavigateNewWindow String sUrl Integer iWidth Integer iHeight
Call: | Send NavigateNewWindow sUrl iWidth iHeight |
Send NavigateNewWindow to open a URL in a new browser window with specified height and width.
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.
NavigateRefresh | NavigateToPage | ShowMessageBox | ShowInfoBox | ShowYesNo