Specifications
Invoke the Application Response Java Hook as an Applet
112 BTStudio Administration Guide
Java Hook Applet for AR started using OBJECT html tag
<p>
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="200" height="200" align="baseline"
codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-
win32.cab#Version=1,3,0,0">
<PARAM NAME="code" VALUE="com.concord.apps.ARJavaHook.ARJavaHook.class">
<PARAM NAME="codebase" VALUE="html/">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="archive" VALUE="ARJavaHook.jar">
</OBJECT>
This applet is a signed applet.
</center>
<hr>
</html>
Code Example: Invoke the Java Applet Within Oracle's JInitiator
The following HTML file is an example of using the login info tag with Oracle
Jinitiator. You specify Oracle's Jinitiator class ID so that the AR Java hook and
the custom applet are running in the same Java Virtual Machine.
Content-type: text/html
<html>
<title>AR Java Hook Example</title>
<h1>AR Java Hook Example</h1>
<hr>
Java Hook Applet for AR started with JInitiator
<p>
<OBJECT classid="clsid:CAFECAFE-0013-0001-0009- ABCDEFABCDEF"
width="200" height="200" align="baseline"
codebase="http://www.acme.com/jinit1319.exe#Version=1.3.1.9">
<PARAM NAME="code" VALUE="com.concord.apps.ARJavaHook.ARJavaHook.class">
<PARAM NAME="type" VALUE="application/x-jinit- applet;version=1.3.1.9">
<PARAM NAME="archive" VALUE="ARJavaHook.jar">
</OBJECT>
This applet is a signed applet.
</center>
<hr>
</html>