Click to See Complete Forum and Search --> : Getting "This page is accessing information that is not under its control..."


Gollum
10-10-2003, 04:49 AM
Hi all,

I'm using dynamically generated XML (from an asp script) to populate a tree structure using DHTML.

The problem is - in IE6 we have noticed that "sometimes" when the user opens up a tree node, they get this alert and have to click "yes" to get the data

The XML is coming from the same asp script that the page comes from - so same domain and all. The XML is not referencing any style sheet, so I can't figure out why this is happening.

Does anyone have any ideas?

Khalid Ali
10-10-2003, 09:35 AM
Can you re generate the error?
if you can post the scenario and the link,I'll take a look..

Gollum
10-10-2003, 10:00 AM
That's the problem - it's not easy to reproduce, it only happens sometimes. And the link is not available publicly unfortunately.

It doesn't have anything to do with secure sessions.

If the user clicks "yes" and continues, it never happens again.

We are using the Msxml.DOMDocument ActiveX object for IE and passing in the ASP file plus parameters as the url (without the preceing protocol:domain bit) so assuming it should work.

Can't think of anything else...

Khalid Ali
10-10-2003, 10:13 AM
in that case show me the code where you create the island object and open the document using MsxmlDOMDocument