Filename Property



 
The Filename property contains the name of the SiteCash script file.


Syntax

    [str=] SiteKiosk.Plugins("SiteCash").Script.Filename
    
Possible Values
    String that retrieves the file name.

    The property is read only.
Remarks
    None.
Examples
    The following example shows the SiteCash script file name in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SiteCash").Script.Filename);
    </SCRIPT>

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

Back to top