Latest IE taking forever to load java applet that using <object> tag.

W

wongyewloong

Hi all,

I have problem viewing java applet that using <object> html tag with
the latest version of Ms IE.

But I dont have problem viewing the sam java applet using the <Applet>
html tag.

Windows Version = Windows XP Pro sp2
IE Version = 6.0.2900.2180.xpsp_sp2_gdr.050301-1519

Example of my html section that embed the java applet using <object>
html tag. (IE taking forever to load the applet)
<OBJECT codetype="application/java" archive="MSBChart.zip"
NAME="HOCApplet" classid="Java:MSBChart.ChartApplet.class" WIDTH="750"
HEIGHT="310" HSPACE="0" VSPACE="0" ALIGN="middle"></object>

Example of my html section that embed th java applet using <Applet>
html tag. (IE can load the java applet successfully.)
<APPLET ARCHIVE="MSBChart.zip" CODE="MSBChart.ChartApplet.class"
NAME="HOCApplet" WIDTH="750" HEIGHT="310" HSPACE="0" VSPACE="0"
ALIGN="middle"></APPLET>

Any suggestions as to how I can fix this problem?
 
W

wongyewloong

I would say "No".
Because I try waited for 2 hours and the applet still not loaded.
(still loading )
 
G

Guest

what are you settings in IE > tools > interent options > securit > custom
level. anything to do with active x
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top