Click to See Complete Forum and Search --> : Accesing IFRAME properties & Methods


Geat
03-07-2003, 05:27 AM
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?