Hi, Several years ago (2004) I placed an applet on out my webpage. It worked with most browsers back then. Today, that applet works fine in IE6 and Firefox, but does not load at all in IE7. Do I need to update how the applet is embedded? Here is the code snippet:
<APPLET code = "AdMakerApp.AdMakerApp.class" archive = "AdMakerApp.jar" width = 1 height = 1></XMP> <PARAM name = CODE value = "AdMakerApp.AdMakerApp.class" > <PARAM name = ARCHIVE value = "AdMakerApp.jar" > <PARAM name="type" value="application/x-java-applet;version=1.4"> <PARAM name="scriptable" value="false"> <PARAM name = "pw" value="demo"/>
</APPLET> </NOEMBED> </EMBED> </OBJECT>
<!--"END_CONVERTED_APPLET"-->
Norm Radder
Ranch Hand
Joined: Aug 10, 2005
Posts: 681
posted
0
I have an old applet with old HTML and it works in IE7. Waypoints Is there anything in the Java console? Do you have the java plugin? [ August 01, 2008: Message edited by: Norm Radder ]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
Have you tried it without all the mumble-jumble, just with an <applet> tag?