Client Side Includes on HTML pages
- by Roy Rico
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?