ScrollLeft Method



 
The ScrollLeft method scrolls the window to the left.


Syntax

    SiteKioskWindow.SiteKioskWebBrowser.ScrollLeft()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example srolls the window to the left after the appropriate button was clicked.

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

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

Back to top