URLs Object
The URLs object contains predefined URLs used by SiteKiosk.
Members Table
The following table lists the members provided by the URLs object.
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