Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

object not appearing in IE

0 views
Skip to first unread message

autoguy

unread,
Dec 17, 2009, 5:08:39 PM12/17/09
to
Hello,

I have a circumstance where compliance issues prevent me from being
able to use an iFrame or JavaScript, but I need to display embedded
content from another website in the page I'm writing. Using a simple
object tag, it works beautifully in Firefox/Chrome/Safari, but nothing
shows up in IE. If anyone can help me solve this, I'll be extremely
grateful! Here is my object tag:

<object width="998px" height="800px" type="text/html" data="http://
www.showmetheparts.com/kyb">
alt : <a href="http://www.showmetheparts.com/kyb">http://
www.showmetheparts.com</a>
</object>

Open to any and all suggestions!

dorayme

unread,
Dec 17, 2009, 7:40:56 PM12/17/09
to
In article
<75cd8ea0-f436-40c0...@s20g2000yqd.googlegroups.com>,
autoguy <br...@justsuspension.com> wrote:

Does this not display in IE?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>heading and decoration line</title>
</head>
<body>
<div>
<object width="998" height="800" type="text/html"
data="http://www.showmetheparts.com/kyb">

</div>
</body>
</html>

--
dorayme

autoguy

unread,
Dec 17, 2009, 11:57:56 PM12/17/09
to
On Dec 17, 7:40 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> In article
> <75cd8ea0-f436-40c0-942c-804985a63...@s20g2000yqd.googlegroups.com>,

Thanks for your reply! I had to click through an initial warning
about potentially harmful scripts and then several error messages, but
eventually it did display in IE. You don't appear to have edited my
object tag at all... what is it about the rest of your code that made
it work? Any way to avoid all the warnings and error messages?

dorayme

unread,
Dec 18, 2009, 12:21:58 AM12/18/09
to
In article
<7f111cdd-ea3a-4e5e...@9g2000yqa.googlegroups.com>,
autoguy <br...@justsuspension.com> wrote:

> On Dec 17, 7:40 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:

...


> >
> > > I have a circumstance where compliance issues prevent me from being
> > > able to use an iFrame or JavaScript, but I need to display embedded
> > > content from another website in the page I'm writing.  Using a simple
> > > object tag, it works beautifully in Firefox/Chrome/Safari, but nothing
> > > shows up in IE.  If anyone can help me solve this, I'll be extremely
> > > grateful!  Here is my object tag:
> >
> > > <object width="998px" height="800px" type="text/html" data="http://
> > >www.showmetheparts.com/kyb">
> > > alt : <a href="http://www.showmetheparts.com/kyb">http://
> > >www.showmetheparts.com</a>
> > > </object>
> >

> >


> > Does this not display in IE?
> >
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> > "http://www.w3.org/TR/html4/strict.dtd">
> > <html>
> > <head>
> >     <meta http-equiv="content-type" content="text/html; charset=utf-8">
> >     <meta http-equiv="Content-Style-Type" content="text/css">
> >     <title>heading and decoration line</title>
> > </head>
> > <body>
> >     <div>
> >         <object width="998" height="800" type="text/html"
> > data="http://www.showmetheparts.com/kyb">
> >             alt : <a
> > href="http://www.showmetheparts.com/kyb">http://www.showmetheparts.com</a
> >
> >         </object>
> >     </div>
> > </body>
> > </html>
> >

> Thanks for your reply! I had to click through an initial warning


> about potentially harmful scripts and then several error messages, but
> eventually it did display in IE. You don't appear to have edited my
> object tag at all...

Take a closer look ... closer... I said closer! <g>

> what is it about the rest of your code that made
> it work? Any way to avoid all the warnings and error messages?

A half decent doctype perhaps, wrapping object element, validating,
being tall and handsome and cool, going to a client's Xmas party to get
stupid... I dunno... <g>

--
dorayme

0 new messages