Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Swing and Netscape 6

Status
Not open for further replies.

bmodi

Programmer
Oct 8, 2001
5
US
I have a swing applet (JApplet) that is used to gather some data from
the client. It works fine under IE 3x and above as well as NS 3x & 4x.
However, for some reason, Netscape 6.0 doesn't recognize JRE 1.2.x
plugin for the applet. I am using NS 6.0 with Windows 95, but I
suspect the same error under Win NT. This is the code that is used in
the HTML page....

<OBJECT classid=&quot;clsid:8AD9C840-044E-11D1-B3E9-00805F499D93&quot;
WIDTH=&quot;300&quot; HEIGHT=&quot;25&quot;
codebase=&quot;<PARAM NAME = &quot;type&quot; VALUE =
&quot;application/x-java-applet;version=1.2.2&quot;>
<PARAM NAME = &quot;scriptable&quot; VALUE = &quot;false&quot;>
<PARAM NAME = &quot;code&quot; VALUE = &quot;MyApplet.class&quot; >
<PARAM NAME = &quot;archive&quot; VALUE = &quot;MyApplet.jar&quot;>
<COMMENT>
<EMBED type = &quot;application/x-java-applet;version=1.2.2&quot; code =
&quot;MyApplet.class&quot; archive = &quot;MyApplet.jar&quot; WIDTH = &quot;300&quot; HEIGHT = &quot;25&quot;
scriptable=false pluginspage=&quot;<NOEMBED>
</COMMENT>
Your browser doesn't support Java 2. You must upgrade your browser.
</NOEMBED>
</EMBED>
</OBJECT>

Any help will be greatly appriciated.

Thanx in advance,
Bhavik Modi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top