|
Re: html and applets
|
Posted: Apr 4, 2002 12:41 PM
|
|
Basically, try <APPLET CODE="XXX.class" WIDTH=YYY HEIGHT=ZZZ></APPLET>
Where "XXX" is the name of the class file, "YYY" is the display width of your applet, and "ZZZ" is the display height of your applet.
HOWEVER...
If you need to run the applet in IE or Netscape 4.x, you'll have to install the Java plug-in into the browser and convert the HTML file so the browser will invoke the plug-in. You can download the converted from http://java.sun.com/products/pluging/1.3/converter.html
|
|