FCKeditor 与 <base target="_self"/> 导至“无法打开Internet站点”错误
问题:
弹出模式窗口:
"window.showModalDialog('KnowledgeEdit.aspx?Action=Edit&Text='+ '' + '','添加知识','dialogWidth:900px;dialogHeight:600px; dialogLeft:150px;dialogTop:60px;center:yes;help:no;resizable:no;status:no'); "
弹出时报错:
无法打开Internet站点。
弹出页中有 FCKeditor  控件。
在网上查了很久好像是 dojo 和 base 标签冲突。
解决方案:
<base target="_self"></base> 全部写出。
有意思吧,就这个问题,郁闷了我一下午,现在写出希望能对大家有所帮助。

相关文章:

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