ConnectionName Property
The ConnectionName property contains the name of the connection.
Syntax
[str=] SiteKiosk.Dialup.ConnectionName
|
Possible Values
String that retrieves the name.
|
The property is read only.
Remarks
Examples
The following example shows the connection name in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.Dialup.ConnectionName);
</SCRIPT>
|
Applies to
SiteKiosk v6.0 (and later versions).
Back to top