Hi; I’m a new user and I’m having a problem using the getHEScriptCom function in Javascript.
Here is my Javascript code… (which should give me a unique ID of the runtime module)
var unitSerial = window.external.getHEScriptCom(‘GetViewerSerial’,’ ');
alert("unitSerial "+unitSerial);
I’ve tried...