ScrollUp Method
The ScrollUp method scrolls the window up.
Syntax
SiteKioskWindow.SiteKioskWebBrowser.ScrollUp()
|
Return Value
Remarks
Examples
The following example scrolls the window up after a button was clicked.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
document.write("<a href='#' onclick='SiteKioskWindow.
SiteKioskWebBrowser.ScrollUp()'>
<img src='your_scrollup_button.gif'></a>");
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top