Stop Method



 
The Stop method cancels the navigation to a web site.


Syntax

    SiteKioskWindow.SiteKioskWebBrowser.Stop()
Return Value
    None.
Remarks
    None.
Examples
    The following example cancels the navigation after a button was clicked.

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

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

Back to top