![]() |
|
![]() | ||
|
Subject:
XHTML <object> tag, not <applet> tag
Category: Computers > Internet Asked by: ouroborosns-ga List Price: $3.00 |
Posted:
10 Jun 2004 13:35 PDT
Expires: 10 Jul 2004 13:35 PDT Question ID: 359351 |
I have been absolutely pulling my hair out trying to get a java applet to both validate and run under XHTML 1.1. The java applet is a panorama applet which I can get to work and validate in Mozilla, but does not work in Internet Explorer. The code I am using (and which I think is right) is the following: <object codebase="java" classid="panorama.class" height="196" width="460" > <param name="panorama" value="the-image.jpg" /> <!--[if !IE]> Mozilla/Netscape and its brethren --> <object codebase="java" classid="java:panorama.class" height="196" width="460" > <param name="panorama" value="the-image.jpg" /> </object> <!-- <![endif]--> </object> The question, therefore, is: How can I make that panorama applet work and have the page still validate as XHTML? (Note: a sneaky workaround is not what I'm looking for; instead, I am looking for the W3C intended working method of embedding java applets into a webpage.) | |
| |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |