Refresh Method
The Refresh method refreshes the browser window.
Syntax
SiteKioskWindow.SiteKioskWebBrowser.Refresh()
|
Return Value
Remarks
Examples
The following example refreshes the browser when the appropriate button is pressed.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
document.write("<a href='#' onclick='SiteKioskWindow.
SiteKioskWebBrowser.Refresh()'><img src='your_refresh_button.gif'>
</a>");
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top