CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2000
    Posts
    7

    Applet not loading in IE5

    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 ?


  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Applet not loading in IE5

    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.

    Norm

  3. #3
    Join Date
    Sep 2000
    Posts
    7

    Re: Applet not loading in IE5

    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..


  4. #4
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Applet not loading in IE5

    I find the display control for the Java Console in the View Menu on my version of IE5.

    Norm

  5. #5
    Join Date
    Sep 2000
    Posts
    7

    Re: Applet not loading in IE5

    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.



  6. #6
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Applet not loading in IE5

    Sorry, if you're not getting an error message I can't help you as I've only worked on a Win95 system.

    Norm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured