当前位置: 代码迷 >> J2EE >> ext iframe 有关问题
  详细解决方案

ext iframe 有关问题

热度:526   发布时间:2016-04-22 02:12:44.0
ext iframe 问题
ext中嵌套的iframe,在iframe中点击链接,怎么让内容在iframe中变换,不让整个页面变,我提交的是action访问地址
new Ext.Panel({
title : text,
id : id,
autoLoad : "/ta.do?chapterId=" + id,
closable : true,
autoScroll : true
})

------解决方案--------------------
用ajax可以么 ?
------解决方案--------------------
尝试在HEAD节点中设置BASE TARGET,类似于:<head> <base target="_self" /> </head>
  相关解决方案