XMLHttpRequest AND Access is Denied

I have an AJAX dblookup that I have used for years at various companies. I am using the same dblookup at my current job yet I am getting an error message of "Access is Denied"The db that I am trying to do the lookup to is wide open.

What else could be causing this error???

Please help!!!

Subject: XMLHttpRequest AND Access is Denied

One possibility is an internet explorer setting that can cause problems.

Under Tools/Internet Options/Security/Custom Level

there is a setting in the Miscellaneous section called Access data sources across domains. Make sure that this is enabled.

I have received this message when the user has accessed the database using the name of the server and the dblookup was using the ip address.

Subject: RE: XMLHttpRequest AND Access is Denied

This is set to enabled, still no luck

Subject: RE: XMLHttpRequest AND Access is Denied

Is the message a javascript alert button with an OK button? If it is this is probably a problem with the security settings in internet explorer.

I would add alerts to the function to nail down which line of code causes the error and then try searching google.

If you are using the same function that I use then it uses ReadViewEntries which it is possible to block access to.