insert object in FP2003

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
 
R

Ronx

<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>
 
V

Veronika

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
 
H

Hans

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
 
R

Ronx

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top