Hi Swaroop,
See the snippet below:
IRPT:
<APPLET NAME="TestApplet" CODEBASE="/XMII/Classes" CODE="iCommand" ARCHIVE="illum8.zip" WIDTH="1" HEIGHT="1" MAYSCRIPT>
<PARAM NAME="CreationEvent" VALUE="SomeFunction">
</APPLET>
JS:
var TestVar = "<CompleteFilePath>";
document.TestApplet.setQueryTemplate(TestVar);
document.TestApplet.getQueryObject().setParam(1,SomeVariable);
I get the error on the line in italic.
Thanks,
Anuj