没想到还能这样:<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" codebase="http://java.sun.com/PRodUCts/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0" height="200" width="200" align="center"><param name="java_code" value="xptoolkit.applet.HelloWorldApplet"><param name="java_archive" value="helloapplet.jar"><param name="type" value="application/x-java-applet"><comment><embed type="application/x-java-applet" codebase="http://java.sun.com/products/plugin/" height="200" width="200" align="center" java_code="xptoolkit.applet.HelloWorldApplet" java_archive="helloapplet.jar"><noembed></comment> <p> Java is cool. Get a browser that supports the plugin. </ br> </p></noembed></embed></object>
甚至于jsp简化成这样:<JSP:plugin type="applet" code="xptoolkit.applet.HelloWorldApplet" archive="helloapplet.jar" height="200" width="200" align="center"> <JSP:fallback><!-- This fallback message will display if the plugin does not work. /--> <p> Java is cool. Get a browser that supports the plugin. </ br> Or we will hunt you down and melt your computer! </p> </JSP:fallback></JSP:plugin>