Java: Not Enabled!

Suppose you are running your applet that you know works.

You want to tell a user what is going on if it does not open for them.

I got this from HTML Code TutorialM.

<APPLET CODE="MyApplet.class" WIDTH=200 HEIGHT=50>
     <PARAM NAME=TEXT VALUE="Hi There">
     <P>Hi There!<P>
</APPLET>

Disable your java and see what happens with this tag on one of your applets.
Bummer - nothing happened for me when I tried.

  • To make sure your browser is Java enabled: IE - Tools:Internet Options:Advanced:Java(SUN) check all
                 Firefox - Tools:Options:WebFeatures (newer versions - Tools:Options:Content)