"Access Data across domains"

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Zamees
Forum Newbie
Posts: 19
Joined: Mon Oct 06, 2003 11:27 am

"Access Data across domains"

Post 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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Zamees
Forum Newbie
Posts: 19
Joined: Mon Oct 06, 2003 11:27 am

Post by Zamees »

It uses the users "logged in" status to gain the data, so it must be client sided.
Post Reply