Reset Method



 
The Reset method closes all browser windows and dialogs, terminates connection requests and navigates to the start page.


Syntax

    SiteKiosk.Reset()
Return Value
    None.
Remarks
    None.
Examples
    The following example resets SiteKiosk.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Reset();
    </SCRIPT>

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

Back to top