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 a number of different arrangment of quotation marks but all I get back is an error saying “Wrong number of arguments or invalid property assignments”
Obviousely I’m doing something wrong… any help would be appreciated and provide some idea on how to work with ExeOutput functions…
Ron
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 a number of different arrangment of quotation marks but all I get back is an error saying “Wrong number of arguments or invalid property assignments”
Obviousely I’m doing something wrong… any help would be appreciated and provide some idea on how to work with ExeOutput functions…
Ron
Last edited: