I think this article addresses your questions:
http://www.*-*-*.com/
Cheers,
Steve
Quote:
> I have an ASPX related HTML code with an IFRAME in it.
> Some HTML controls are within IFRAME and some are outside.
> For communicating the values within and outside IFRAME, I
> am using DHTML. This apprach has a problem where I get an
> error "PERMISSION DENIED" when I try to access/change
> values of controls within IFRAME.
> Interesting part is this. I am defining my IFRAME with a
> code <iframe id="testiframe"
> src=" http://www.*-*-*.com/ ;> </iframe>
> The moment I change the src value
> to "http://LOCALHOST/ctweb/sample.aspx"; all the code
> works fine. So I guess, this is a microsoft restriction
> which prevents DHTML across fully qualified domain names?
> Any ideas please?