ScrollRight Method



 
The ScrollRight method scrolls the window to the right.


Syntax

    SiteKioskWindow.SiteKioskWebBroser.ScrollRight()
Return Value
    None.
Remarks
    None.
Examples
    The following example scrolls the window to the right a button was clicked.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    document.write("<a href='#' onclick='SiteKioskWindow.
    SiteKioskWebBrowser.ScrollRight()'>
    <img src='your_scrollRight_button.gif'></a>");
    </SCRIPT>

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

Back to top