|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.newWindow(NewWindow) |
Parameters
| BOOL | NewWindow | Set to true if you want a new window to be opened when the user click on a link. |
Return value
No value is returned.
Description
By default, when the user click on a link, the web page is opened in the same web browser object.
You may need the links to be opened in a new browser window. The browser to be used is Microsoft Internet Explorer. |
MioScript Sample Code
browser.&br.newWindow(true); |
|
|
|