Inclusion d'un objet Java:
<OBJECT
CLASSID="clsid:...5F499D93"
WIDTH=600 HEIGHT=500
CODEBASE="http://...#Ver=1,3,0,0">
<PARAM NAME=CODE VALUE=JavaExample>
<PARAM NAME=CODEBASE VALUE=".">
<PARAM NAME=ARCHIVE VALUE="JavaExample.jar">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<COMMENT>
<EMBED
type="application/x-java-applet;version=1.3"
CODE=JavaExample
CODEBASE="."
ARCHIVE="JavaExample.jar"
scriptable=false
pluginspage="http://.../plugin-install.html">
</EMBED>
</COMMENT>
<NOEMBED>???</NOEMBED>
</OBJECT>
Remarques:
- COMMENT est nécessaire (reconnu par IE mais pas par Netscape) pour que IE ne charge pas 2 fois.
- Le Java est maintenant un plug-in comme un autre. Plus n'est besoin d'appeler APPLET (cependant, APPLET marche toujours...).
- Source: cours Valid HTML 2002
- Voir aussi le site Sun, inventeur de Java.