无法使用jQuery按钮链接连接外部HTML文件

时间:2014-09-12 19:23:38

标签: javascript jquery html

我尝试使用href连接到同一目录中的HTML文件,但它在加载页面时出错。

它出现以下错误:

XMLHttpRequest cannot load file:///C:/Users/Nadeesha/Desktop/Collect/FounderR.html. Received an invalid response. Origin 'null' is therefore not allowed access.

我该怎么做才能解决这个问题?

<a data-theme="d" data-corners="false" data-role="button" href="FounderR.html">
       <img src="images/icons/round/64x64/entr.gif" alt="entr" style="display: block; margin: 0 auto">
        Founder
</a>

1 个答案:

答案 0 :(得分:1)

如果您正在使用chrome,并且我认为您是,那么在使用localhost时您将面临CORS问题。

我建议你阅读:

https://developers.google.com/storage/docs/cross-origin?hl=es