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!
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>
--
dorayme
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?
> 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