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>