Reset Method
The Reset method closes all browser windows and dialogs, terminates connection requests and navigates to the start page.
Syntax
Return Value
Remarks
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