|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.offline(Offline) |
Parameters
| BOOL | Offline | Set to true if you want the web browser object to worl offline. |
Return value
No value is returned.
Description
By default, the web browser object try to open the web pages online.
If you call this function with the parameter set to true, the web browser will not try anymore to connect to the Internet to download a web page. The local cached version is restored instead. |
MioScript Sample Code
browser.&br.offline(true); |
|
|
|