View Single Post
  #1 (permalink)  
Old 07-24-2007, 05:15 AM
katie katie is offline
Member
 
Join Date: Jul 2007
Posts: 41
katie is on a distinguished road
Automation server can't create object
I'm trying to call an ActiveX from a JSP, but I get this error: Automation server can't create object.
this is my code
Code:
<script language="JavaScript" type="text/JavaScript"> function ra(){ var result = new ActiveXObject("CaptureFinger.Capture"); } </script> <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>
Reply With Quote
Sponsored Links