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

  • Thread starter Thread starter wongyewloong
  • Start date Start date
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?
 
I would say "No".
Because I try waited for 2 hours and the applet still not loaded.
(still loading )
 
what are you settings in IE > tools > interent options > securit > custom
level. anything to do with active x
 
Back
Top