【 以下文字转载自 Firefox 讨论区 】
发信人: chaobill (阿超), 信区: Firefox
标 题: 找到 XMLHTTPRequest 权限问题的解决方案了
发信站: 水木社区 (Thu Dec 29 21:40:14 2005), 站内
发信人: chaobill (阿超), 信区: WebDev
标 题: 找到 XMLHTTPRequest 权限问题的解决方案了
发信站: 水木社区 (Thu Dec 29 21:39:59 2005), 站内
http://fettig.net/weblog/2005/11/28/how-to-make-xmlhttprequest-connections-to-another-server-in-your-domain/
if (typeof netscape != 'undefined' && typeof netscape.security != 'undefined') { netscape.security.PrivilegeManager.enablePrivilege('UniversalBrowserRead'); }
在调用前加上这句, firefox 就能弹出安全对话框,连接外面了。
IE 可以跨域(我是最新版本)
--
修改:FreeWizard FROM 211.151.90.87
FROM 59.64.237.*