If I make an IFRAME and then try to access it's methods and properties (such as .domain or .execCommand()), I get a "permission denied" error (in IE6, not IE5.5-).
I've checked the domain of the IFRAME and the document, and they're the same - it's therefore not a cross-domain issue. What's going on?
Help?
I've checked the domain of the IFRAME and the document, and they're the same - it's therefore not a cross-domain issue. What's going on?
Help?