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