SiteKiosk Documentation
One Step Back

RemoveAll Method




The RemoveAll method terminates all existing downloads.


Syntax

    SiteKiosk.Network.Downloads.RemoveAll()
    
Return Value
    None.
Remarks
    None.
Examples
    The following example terminates all existing downloads.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.Network.Downloads.RemoveAll();
    </SCRIPT>
    

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

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam