Access denied when trying to access IE documents in frames, in which loaded docs from different domains
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm hosting Web Browser in my app. When document contains frames with pages from different domains, it causes acces denied (COM Error) when trying to access document in frame. How to avoid it?? I read MSDN article "Permission Denied Error Message When Scripting Across Frames", but there was written about scripts only...