RefreshData Method
The RefreshData method refreshes the object's properties.
Syntax
Return Value
Remarks
Examples
The following example refreshes the object's properties.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
thiswindow = SiteKiosk.WindowList.ActiveWindow;
thiswindow.RefreshData();
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top