I have
java code, and html code. I am trying to get an
applet to pop up and say "Java is fun!" When I run the appletviewer, it runs but the cmd says Warning: <param> tag outside <applet> ... </applet> and the applet gives me no message once I press the button that is supposed to display the message. Is my <applet>/<param> code in the wrong spot in the html or what? Thank you very much.
Here is the HTML:
Here is the .java file:
[ February 08, 2007: Message edited by: ken zemaitis ]