insert object in FP2003

  • Thread starter Thread starter Veronika
  • Start date Start date
V

Veronika

I am trying to insert the following code, which displays O.K. in Firefox,
but not in IE7. What do I have to do to make it work in IE7??

<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<!--[if !IE]> <-->
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<!--> <![endif]-->
</div>

tx
 
<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<![if !IE]>
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<![endif]>
</div>
 
But that is what I have and it does not work in IE7..

Ronx said:
<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<![if !IE]>
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<![endif]>
</div>

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




I am trying to insert the following code, which displays O.K. in Firefox,
but not in IE7. What do I have to do to make it work in IE7??

<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<!--[if !IE]> <-->
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<!--> <![endif]-->
</div>

tx
 
No, there is a difference!

Ronx suggests: <![endif]>
You writes :<!--> <![endif]-->

Hans



Veronika said:
But that is what I have and it does not work in IE7..

Ronx said:
<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<![if !IE]>
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<![endif]>
</div>

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




I am trying to insert the following code, which displays O.K. in
Firefox,
but not in IE7. What do I have to do to make it work in IE7??

<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<!--[if !IE]> <-->
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<!--> <![endif]-->
</div>

tx
 
I corrected the conditional comments. I have no idea what the <object>
is supposed to be or do.
If the contents of the <object> tag is not working then we will need
more information about that.
--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




But that is what I have and it does not work in IE7..

Ronx said:
<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<![if !IE]>
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<![endif]>
</div>

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




I am trying to insert the following code, which displays O.K. in Firefox,
but not in IE7. What do I have to do to make it work in IE7??

<div>
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13"
data="Calendar09-20/December2008.html" style="width:100%;height:900px;">

</object>
<![endif]-->

<!--[if !IE]> <-->
<object type="text/html" data="Calendar09-20/December2008.html"
style="width:100%;height:900px;">
<p>non object</p>
</object>
<!--> <![endif]-->
</div>

tx
 
Back
Top