Skip to content Skip to sidebar Skip to footer

Can I Use OBJECT To Embed Remote Content For IE?

I am trying to use OBJECT to embed content from a remote server into a webpage. The remote content is a component provided by a third party and they host it on their domain. I have

Solution 1:

Would placing it in an iframe work?


Solution 2:

This guy covers the topic pretty well if your looking for alternatives / workarounds.

Objects Cross Domain

Sounds like a proxy method on your webserver may be the way to go though if you really want it in an Object.


Post a Comment for "Can I Use OBJECT To Embed Remote Content For IE?"