Applications Property



 
The Applications property contains the URL of the application launch page.


Syntax

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

    The property is read only.
Remarks
    The application launch page is shown when a user pressed the programs button.
Examples
    The following example shows the URL of the application choose page in an alert window.

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

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

Back to top