|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.options.connection() |
Parameters
None.
Return value
No value is returned.
Description
Show the Microsoft Internet Explorer connection dialog box.
Important: do not show this dialog box if your application is set to stay on top: the dialog box will be hidden by your application window. |
MioScript Sample Code
browser.&br.options.connection(); |
|
|
|