<object>

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

im trying to use object tags to include HTML code in different places on a
website eg:

<div id="menu">
<object type="text/html" data="menu.html" width = "300">
</object>
</div>

works great in firefox etc.. but when i try IE (6.0.2800.1106.xpxp1)i get
nothing.
is this a general problem or is their a quick fix?


many thanks
Z
 
Im right there with you Z... except my issue didnt come up until Microsoft
pushed out IE 7... which there is no newsgropu for that Ive found all all
searches dont yeild anything. Did you ever find an answer???
 
nope, best i found was to use asp to do the same job.

<!--#include virtual="topbar.html" -->

beter off using virtual because it can do more things than the standard
object,

why when the w3 are trying to make the object tag standard does (nearly)
every other browser support them but microsoft - the industry leader. dont?

LINUX here i come!
 
You know... I asked myself the same question. Funny how it worked in all IE6
releases, but the new, mac daddy, version the put out wont even render or
report an error. hmmmm...
 
Back
Top