Hi,
I want to deploy one applet in html page.
for that i have written my code inside <object>. This code is working in Internet Explorer. My code for internet explorer is
[html]
<OBJECT classid="clsid: 8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH=600 HEIGHT=300 ALIGN=TOP codebase="/javaplugin/j2re1_3_0-win.exe">
<PARAM NAME=CODE VALUE="com.Grap h.class">
<PARAM NAME=ARCHIVE VALUE="/javaplugin/appletgraphs.ja r">
<PARAM NAME=speed VALUE="5">
<PARAM NAME=background color VALUE="221,221, 221">
<PARAM NAME=title VALUE="Graph">
<PARAM NAME="type" VALUE="applicat ion/x-java-applet;version= 1.2">
</OBJECT>[/html]
Is there any way to deploy applet for mozilla.
I want to deploy one applet in html page.
for that i have written my code inside <object>. This code is working in Internet Explorer. My code for internet explorer is
[html]
<OBJECT classid="clsid: 8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH=600 HEIGHT=300 ALIGN=TOP codebase="/javaplugin/j2re1_3_0-win.exe">
<PARAM NAME=CODE VALUE="com.Grap h.class">
<PARAM NAME=ARCHIVE VALUE="/javaplugin/appletgraphs.ja r">
<PARAM NAME=speed VALUE="5">
<PARAM NAME=background color VALUE="221,221, 221">
<PARAM NAME=title VALUE="Graph">
<PARAM NAME="type" VALUE="applicat ion/x-java-applet;version= 1.2">
</OBJECT>[/html]
Is there any way to deploy applet for mozilla.
Comment