ActiveX in a JSP
Hi, I'm trying to get an ActiveX from a JSP, but I have the same problem, I tried everything, with the same error: Automation server don't create object, I'm using Tomcat and my code is something like this...:
...
<script language="JavaScript" type="text/JavaScript">
function ra(){
var resul = new ActiveXObject "CaptureFinger.Capture","localhost:8080");
}
</script>
....
</table>
<p align="center">
<OBJECT classid="clsid:BE249EDE-A65D-4730-97D1-63147CE24E5C" height=385 id=CaptureFinger
style="HEIGHT: 385px; LEFT: 0px; TOP: 0px; WIDTH: 258px" width=258>
<PARAM NAME="_ExtentX" VALUE="6826">
<PARAM NAME="_ExtentY" VALUE="10186">
</OBJECT>
</p>
|