<OBJECT
classid = "clsid:CAFEEFAC-0014-0001-0003-ABCDEFFEDCBA"
codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4_1_03-windows-i586.cab#Version=1,4,1,30" WIDTH = 500 HEIGHT = 500 >
<PARAM NAME = CODE VALUE = ThreeD.class>
<COMMENT>
<EMBED 
 type = "application/x-java-applet;jpi-version=1.4.1_03" 
            CODE = ThreeD.class
            WIDTH = 500 
            HEIGHT = 500 
 scriptable = false 
 pluginspage = "http://java.sun.com/products/plugin/index.html#download">
<NOEMBED>
alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
Your browser is completely ignoring the &lt;APPLET&gt; tag!
</NOEMBED>
</EMBED>
</COMMENT>
</OBJECT>和下面是有区别的:
<APPLET CODE="ThreeD.class" CODEBASE="." WIDTH="500" HEIGHT="500">
alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason." Your browser is completely ignoring the &lt;APPLET&gt; tag!      
</APPLET>IE5可以用第二中方式,2000以上的可以用第一中方式显示