I have the following error:
Microsoft JScript runtime error: Object doesn't support property or method 'evalID'
on the following line:
var result = LMSTestSCODriver.evalID( query1 + "!" + query2 );
LMSTestSCODriver is a Java Applet:
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width = "1"
height = "1"
name = "LMSTestSCODriver"
codebase="http://java.sun.com/products/plugin/1.4/jinstall-14-win32.cab#Version=1,4,0,0"
alt = "This object contains the LMSTestSCOApplet">
<param name = CODE value = "org.adl.testsuite.rte.lms.comm.LMSTestSCOApplet.c lass" />
<param name = CODEBASE value = "../common" />
<param name = ARCHIVE value = "LMSTest.jar" />
<param name = NAME value = "LMSTestSCODriver" />
<param name = "type" value = "application/x-java-applet;version=1.4" />
<comment>
<applet code = "org.adl.testsuite.rte.lms.comm.LMSTestSCOApplet.c lass"
archive = "LMSTest.jar"
name = "LMSTestSCODriver"
id = "NNLMSTestSCODriver"
width = "1"
height = "1"
mayscript = "true">
<param name = "codebase" value = "../common" />
</applet>
</comment>
</object>
Please help me.