Client Side Includes on HTML pages
Posted
by Roy Rico
on Stack Overflow
See other posts from Stack Overflow
or by Roy Rico
Published on 2010-03-22T23:32:12Z
Indexed on
2010/03/23
3:31 UTC
Read the original article
Hit count: 443
Previously I had thought that there were only ways to get content from external URLs into your page. These 2 ways are use an IFRAME or Javascript to include it into your pages.
I've just learned of a new way using the tag.
<object type="text/html" frameborder="0" data="http://Server/URL/"></object>
I have found some content online that confirms this ability, but it doesn't talk much about features such as Accessibility and SEO of the page.
Does anyone have any experience with this? Is there any information available regarding using this method and how it effects Accessibility and SEO?
© Stack Overflow or respective owner