|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
Parameters
| STRING | URL | URL to open in a new window. The http prefix can be omitted. |
Return value
No value is returned.
Description
Opens an URL in a new window with the favorite user's web browser.
This function can also be called from JavaScript with mio_openURL
Note: This function is defined in the library klib.k and is linked automatically. |
MioScript Sample Code
system.openURL("http://www.mioplanet.com") |
|
|
|