在 EXT2.0运行正常的程序,调换 EXT2.2 的脚本之后使用 <iframe> 时,窗口出现 '无法打开 Internet 站点' 的错误.

解决办法是:

找到ext-all.js文件,删除代码:Q=setInterval(function(){try{Ext.isReady||document.documentElement.doScroll("left"))}catch(D){return }C()},5);

未压缩的是docReadyProcId=setInterval(function(){try{Ext.isReady||(document.documentElement.doScroll('left'));}catch(e){return;}
fireDocReady();},5);

相关文章:

  • 2022-01-25
  • 2021-11-29
  • 2022-02-04
  • 2022-12-23
  • 2021-08-13
  • 2022-02-14
猜你喜欢
  • 2021-12-03
  • 2022-01-13
  • 2021-06-16
  • 2021-06-12
  • 2022-01-30
  • 2022-12-23
相关资源
相似解决方案