TabPanel iframe 在IE6 怎么打不开
popl2003
2008-09-10
conentPanle.add({id:id,title:id, html:'<iframe scrolling="auto" frameborder="0" width="100%" height="100%" src=' +url+'></iframe>', scripts:true, closable:true }).show(); 在ff里可以,在IE6单独打开url也可以 ,在IE6布局页面为什么有问题呢? |
|
popl2003
2008-09-10
里面页面是一般的jsp页面(没有用到extjs)可以打开,但是用了ext 就不行.
|
|
popl2003
2008-09-11
真没意思 都没人来解答...
|
|
popl2003
2008-09-12
修改ext-all-debug.js里下面的方法:
onDocumentReady : function(fn, scope, options){ if(!docReadyEvent){ initDocReady(); } options = options || {}; if(!options.delay){ options.delay = 1; } docReadyEvent.addListener(fn, scope, options); }, |