GoSearch Method



 
The GoSearch method loads the search page.


Syntax

    SiteKioskWindow.SiteKioskWebBrowser.GoSearch()
Return Value
    None.
Remarks
    None.
Examples
    The following example loads the search page when the link is clicked.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    document.write("<a href='#' onclick='SiteKioskWindow.
    SiteKioskWebBrowser.GoSearch()'><img src='your_search_button.gif'>
    </a>");
    </SCRIPT>

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

Back to top