Forum Moderators: open
i found that "dynamic ajax content" script from dynamic drive but it only lets you show pages from your own domain not from another site.
is there anyway to work around this?
from the site
Note: Due to security limitations, the external pages loaded must be from the same domain as the encompassing page. Any external .css and .js files associated with these pages, however, can be from any domain.
i tried it with an external link from another domain, the content shows up but not the css for that page
thanks
The thing that trouble me about object in IE is that it seems not to be able to recognize the calling document as superior. In FF or Opera, an object or iframe seems to operate within the larger window. And in IE, it seems locked away to itself. I could be wrong. If someone knows otherwise, let me know, please. But if I click on a link in an object in IE, won't the top.location still be inside the object? An iframe won't do that.
Plus, setting up an object in IE continues to reveal the broken DOM if IE. To create an object element at runtime, one has to pass the "clsid" and "type" as part of a longer string to createElement itself, which is weird (the more I look at that, the weirder the spelling seems for, weird). With iframe, it's just iframe, and then load in, src. Simple.