|
Displaying applets in XHTML-strict documents
Hi,
I have a valid XHTML1.0-strict document in which I'm trying to display a Java applet using the <object> tag. I've tried the following code but with no success.
<object classid="java:test.class" codetype="application/java" height="80" width="350">
.
.
(Some parameters)
.
.
</object>
The .class file is in the same directory as the .html file but it still doesn't work (IE6).
Any help would be much appreciated.
Thanks!
|