Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > Pro JSP
|
Pro JSP Advanced JSP coding questions. Beginning questions will be redirected to the Beginning JSP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro JSP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 12th, 2004, 03:27 PM
Registered User
 
Join Date: Aug 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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>





Similar Threads
Thread Thread Starter Forum Replies Last Post
ActiveX : getting PARAM value in activeX src smaraux Visual Studio 2005 1 March 4th, 2008 12:31 PM
Advantages /Disadvantages of ActiveX DLL & ActiveX priyank Beginning VB 6 6 February 19th, 2007 11:34 AM
call activex from jsp code missneg JSP Basics 1 January 24th, 2007 03:07 AM
call activex from jsp code missneg Pro JSP 0 May 3rd, 2006 03:27 AM
Please Help. mr_newreq.jsp:78: jsp:useBean can't f batken JSP Basics 0 February 22nd, 2006 09:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.