Hi all,
I have web page that contains a Java applet. The code to introduce
this applet starts with
<applet code="GSP.class " archive="jsp4.j ar" codebase="JSP" width="521"
height="355">
If I replace it with
<object codetype="appli cation/java" codebase="JSP" classid="java:G SP.class"
archive="jsp4.j ar" width="521" height="355">
(and, of course, if I </applet> is replaced by </object>), then IE6 shows
the alternative text instead of the applet. I do not have this problem
with Mozilla.
Any suggestions?
Jose Carlos Santos
I have web page that contains a Java applet. The code to introduce
this applet starts with
<applet code="GSP.class " archive="jsp4.j ar" codebase="JSP" width="521"
height="355">
If I replace it with
<object codetype="appli cation/java" codebase="JSP" classid="java:G SP.class"
archive="jsp4.j ar" width="521" height="355">
(and, of course, if I </applet> is replaced by </object>), then IE6 shows
the alternative text instead of the applet. I do not have this problem
with Mozilla.
Any suggestions?
Jose Carlos Santos
Comment