<BODY>
<H1>Using <jsp:plugin></H1>
<jsp:plugin type="applet" code="AppletCLass.class"
width="200" height="200" >
<jsp:fallback>
Sorry, <OBJECT> or <EMBED> are not supported by your browser.
</jsp:fallback>
</jsp:plugin>
</BODY>
</HTML>