From: Raymond I. <xw...@ya...> - 2003-10-08 20:47:56
|
Yep! That's a security setting in the browsers. It's called cross-domain scripting security. The only way arround this is to use IOElementSync class or FileReader to access the data in synchronous. -- Raymond Irving --- Bruce Tennant <blu...@ya...> wrote: > Maybe I missed this in the docs, but is there a > known issue with grabbing a file from another > domain? > > When I grab a file from the same domain as the > master page, no problems. But if the page is on > another domain (even if an aliased ip address), it > never reads it. > > here's a test page > > http://www.bluewolverine.com/fetch_page.html > > The two urls it trys to grab are > > local: http://www.bluewolverine.com/test.html > remote: http://home.comcast.net/~bluewlvrn/test.html > > same exact test.html file, both load when accessed > directly from browser > > > > > www.bluewolverine.com > > --------------------------------- > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |