I have run into an issue working with Iframes. I am manipulating the content inside an IFrame with JQuery, and this works perfectly fine when the source document inside the IFrame is a local document. However, when I try to use a document in a different domain I get the following error:
uncaught exception: Permission denied to get property HTMLDocument.getElementsByTagName I assume this is an issue related to XSS, however, as both of these are internal servers and not exposed to the intranet, we want to allow XSS. Any idea how to make this work? Thanks in advance, Keith