URLs Object



 
The URLs object contains predefined URLs used by SiteKiosk.


Members Table

Remarks
    This object is available through the main object SiteKiosk. Use the URLs object to receive the predefined URLs.

    Note that the path of a file using SiteKiosk objects must be allowed in the
    SiteKiosk configuration (Security -> Access -> URL's With Script Permission)
    if it is not a browser skin file.
Examples
    The following example shows the URL of the default search engine in an alert window.

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

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

Back to top