In DU <
[email protected]> typed:
:| Stephen T. Fox wrote:
:| > I have a problem I'm sure someone can help me with. I have an
:| > applet from the Natl Center for Missing & Exploited Children on my
:| > site and I want my site to be XHTML 1.0 strict. The applet runs as
:| > either an applet or an object, but I have to use the "code=" to
:| > make it function which is not an attribute of <object>. See the
:| > problem at
http://home1.gte.net/res04j39/index.html . I have tried
:| > to substitute all the apparent substitute attributes that apply to
:| > <object>, but none of them work. Is there a work-around or must I
:| > admit defeat on this page. It runs OK, but it doesn't validate.
:| > Bummer. Please help.
:| >
:| >
:| > Thanks
:| >
:|
:|
:| 1- Please post in plain text only. There is no need to post HTML.
:|
:| How am I supposed to post my replies in a newsgroup?:
:|
http://allmyfaqs.com/faq.pl?How_to_post
:|
:| In Outlook Express 6:
:| Tools/Options.../Send tab/News Sending Format/Check the Plain text
:| radio button and then/Plain Text Settings... button/Automatically
:| wrap text at ** 72 ** characters, when sending.
:|
:| 2- Try changing this:
:| <object code="NCMECbanner.class"
:| codebase="
http://banner.missingkids.com/java/" width="342px"
:| height="128px"></object>
:|
:| to this:
:| <object codetype="application/java" classid="java:NCMECbanner.class"
:| codebase="
http://banner.missingkids.com/missingkids/servlet/"
:| width="342" height="128">Warning: NCMECbanner.class applet could not
:| be loaded</object>
:|
:| Not tested.
:|
:| HTH
:|
:| DU
I got a nice e-mail from "Joe Java" that contained a link to a solution for
my problem:
http://ww2.cs.fsu.edu/~steele/XHTML/appletObject.html
I t didn't give me cut and paste, but it gave me the clues necessary to
solve the problem. My page now works (at least in IE6) AND it validates.
Check the source at my new digs
http://www.stephenfox.us/index.html . Thanks
to all of you for your help and thanks to "Joe Java"