Enabled Property
The Enabled property indicates whether dialup has been configured.
Syntax
[bool=] SiteKiosk.Dialup.Enabled
|
Possible Values
Boolean value that retrieves the enabled status.
|
The property is read only.
Remarks
Examples
The following example determines whether dialup has been configured and shows it in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Dialup.Enabled);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top