bluephoenix
01-07-2003, 12:17 AM
I know I can include information from external CSS or Javascript files, but I was wondering if there was a way to include external html information if my server does not support SSI, such as footers or menues that appear on every page. I did a little research and I came up with the following:
http://www.w3.org/TR/html401/struct/objects.html#h-13.5
...text before...
<OBJECT data="embed_me.html">
Warning: embed_me.html could not be embedded.
</OBJECT>
...text after...
According to W3C I can use the object element to embed information. Unfortunately (as is the case with most web-standards) it doesn't work for me. I've even tried adding type="html/text" as an attribute to no avail.
Anyone run into this before and uncovered a solution?
http://www.w3.org/TR/html401/struct/objects.html#h-13.5
...text before...
<OBJECT data="embed_me.html">
Warning: embed_me.html could not be embedded.
</OBJECT>
...text after...
According to W3C I can use the object element to embed information. Unfortunately (as is the case with most web-standards) it doesn't work for me. I've even tried adding type="html/text" as an attribute to no avail.
Anyone run into this before and uncovered a solution?