UserServiceUrl Property



 
The UserServiceUrl property contains the SiteRemote Server URL.


Syntax

    [str=] SiteKiosk.Plugins("SiteRemote").UserServiceUrl
Possible Values
    String that retrieves the SiteRemote Server URL.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the SiteRemote Server URL in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins.Plugins("SiteRemote").UserServiceUrl);
    </SCRIPT>

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

Back to top