SessionStartPage Property



 
The SessionStartPage property contains the URL of the Start Page stored on the user's SmartCard.


Syntax

    [str=] SiteKiosk.URLs.SessionStartPage
Possible Values
    String that retrieves the URL.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the URL of the session Start Page in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.URLs.SessionStartPage);
    </SCRIPT>

Applies to
    SiteKiosk v5.0 (and later versions).

Back to top