| ? I am confused so I may not answer the question you are asking. An applet is java code, not html. If you wish to include it in a webpage using html then >applet code="appletname" width=999 height=999<>/applet< put the height and width in pixels the applet name is the name of the class file, so it would be appletname.class. Applet code knows to look for .class files Put the .class file in the same directory with the html file. Reverse the braces, I put them in each reversed so you can see the code. |