当前位置: 代码迷 >> Web前端 >> firefox不识别“././”的相对路径的有关问题
  详细解决方案

firefox不识别“././”的相对路径的有关问题

热度:71   发布时间:2012-09-03 09:48:39.0
firefox不识别“../../”的相对路径的问题

在使用dojo时,想要完全不用tomca跑动dojo应用(加载本地的dojo库文件),在引用的dojo.js文件为相对路径的时候要注意:


There was a security adjustment in Firefox 3.

?1,Go to about:config
?2,Set security.fileuri.strict_origin_policy to false.
将此设置改了即可识别相对路径!

类似于这种:

?<script type="text/javascript" src="../../javascript/dojo16/dojo/dojo.js"
??? ??? ??? djConfig ="parseOnLoad: true"></script>

  相关解决方案