Search Property



 
The Search property contains the URL of the default search engine.


Syntax

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

    The property is read only.
Remarks
    The search page will be shown when the user presses the search button.
Examples
    The following example shows the URL of the 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