Click to See Complete Forum and Search --> : Applet not loading in IE5
seshanvr
September 15th, 2000, 07:06 PM
I have a Java applet (visual), that loads on all PC's except the HP Brio. The Brio has IE5 running on it, and all i see is the small icon image on the left top corner of the applet placeholder (the gray patch).
Any ideas ?
Norm
September 17th, 2000, 10:59 AM
Do you know how to find the Java Console in IE? Look at it and see what error messages there are. That may tell you what is wrong. Post its contents if for more help.
seshanvr
September 18th, 2000, 12:10 PM
hi, Thanks for u'r reply. I know to enable the console from the Tools/Options dialog, but how do i check the error messages ? Where do i look for them? Please reply.
Thanks..
Norm
September 18th, 2000, 05:32 PM
I find the display control for the Java Console in the View Menu on my version of IE5.
seshanvr
September 18th, 2000, 05:43 PM
hi,
Yes i am aware of this! However the Java console app window never comes up on the HP Brio when i click on the menu option. With a clean slate of Win'98 , the applet loads just fine, and its only with the HP factory version that this applet doesnt load.
I also tried loading other applets , but the same result. i tried the following sample code, and the Error message was never printed out on the screen.
<HTML><HEAD></HEAD><BODY>
<APPLET CODE="MyApplet.class"
NAME="myApplet"
HEIGHT=400 WIDTH=400>
<A HREF="nojava.html">Oops! You don't have JAVA enabled, click here.</A>
</APPLET>
</BODY></HTML>
There was only the placeholder for the applet, with the small icon with the circle, square and triangle (or whatever) on the top left hand corner of the placeholder.
Norm
September 18th, 2000, 05:51 PM
Sorry, if you're not getting an error message I can't help you as I've only worked on a Win95 system.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.