BusyAnim Property
The BusyAnim property contains the URL of the busy animation link.
Syntax
[str=] SiteKiosk.URLs.BusyAnim
|
Possible Values
String that retrieves the URL.
|
The property is read only.
Remarks
The busy animation is the animation that will come on when SiteKiosk loads a page.
Examples
The following example shows the URL of the busy animation link in an alert window.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
alert(SiteKiosk.URLs.BusyAnim);
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top