搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox misinterprets a link in my webpage as referring to the same folder the page is in.

  • 3 个回答
  • 1 人有此问题
  • 20 次查看
  • 最后回复者为 pat.b

more options

I have a webpage with a link to another webpage. The link is in the form <a href="http:\\www.sitename.com" target="new"> In IE, when I hover over the link the address http:\\www.sitename.com appears at the bottom of the screen, and the page opens with no trouble.

However, in Firefox when I hover over the link this appears at the bottom of the screen:

addressofcurrentpage/\\www.sitename.com

and when I click on the link, I get a 404 message telling me that page does not exist.

Why is Firefox rewriting my link's address for me, and how can I make it stop?

I have a webpage with a link to another webpage. The link is in the form <a href="http:\\www.sitename.com" target="new"> In IE, when I hover over the link the address http:\\www.sitename.com appears at the bottom of the screen, and the page opens with no trouble. However, in Firefox when I hover over the link this appears at the bottom of the screen: addressofcurrentpage/\\www.sitename.com and when I click on the link, I get a 404 message telling me that page does not exist. Why is Firefox rewriting my link's address for me, and how can I make it stop?

被采纳的解决方案

Yes, you need to use http:// instead of http:\\ in the link. Basically, never use a backslash anywhere in a URL in Firefox.

定位到答案原位置 👍 2

所有回复 (3)

more options

选择的解决方案

Yes, you need to use http:// instead of http:\\ in the link. Basically, never use a backslash anywhere in a URL in Firefox.

由jscher2000 - Support Volunteer于修改

more options

Also, the forum software detected your Firefox as version 26. Is that correct?

Version 26 is not secure; Mozilla discloses security flaws after each new release. Is something holding you back from upgrading to Firefox 42? Please let us know so we can suggest solutions or workarounds. Or if you just need a link: https://www.mozilla.org/firefox/all/ (scroll down to your preferred language)

If Help > About Firefox shows Firefox 42.0, you may need to clear the preference that is misreporting your version number. See: How to reset the default user agent on Firefox.

more options

Thank you! That appears to have fixed my problem.