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