Ext.TabPanel autoLoad 问题

tabs.add({
title: title,
iconCls: 'tabs',
closable:true,
autoLoad:{
url: 'http://www.baidu.com',
nocache: true,
scripts:true
}
}).show();

浏览器脚本错误 网上查了 一下 说是 不能跨域访问

url 换成 index.html 工程里的文件 可以

请教 各位 怎么解决 ?

proxy: new Ext.data.ScriptTagProxy({
url: 'http://extjs.com/forum/topics-remote.php'
})

试试这个

ScriptTagProxy是用来做跨域访问的

这个当然是不能跨域访问 了

用ajax发送的请求,是不能是别的域的地址

Ext.AJAX.requst不知道可不可以