GoBack Method
The GoBack method goes back to the previous page stored in the browser's history.
Syntax
SiteKioskWindow.SiteKioskWebBrowser.GoBack()
|
Return Value
Remarks
Examples
The following example goes back to the previous page when the appropriate link is clicked.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
document.write("<a href='#' onclick='SiteKioskWindow.
SiteKioskWebBrowser.GoBack()'>Click to go back!</a>");
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top