Page 1 of 1

"Access Data across domains"

Posted: Tue Aug 15, 2006 12:02 pm
by Zamees
There is a setting for this (access data across domains in the security tab/custom level) in IE, but I'm wondering if there is something similar in Firefox, or how to make firefox do this.

I'm using client sided javascript to grab info from another webpage, which works perfect in IE when the user makes this security change, however, can't get it working on firefox.

Any ideas?

Posted: Tue Aug 15, 2006 12:04 pm
by feyd
Request the data from a page on your domain. That page should be a script that fetches the data from the other domain. I hope you have permission to use that domain's content.

Posted: Tue Aug 15, 2006 12:25 pm
by Zamees
It uses the users "logged in" status to gain the data, so it must be client sided.