搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

On http://www.castleparkgolfclub.co.uk/ I cannot download the entry forms on the right hand site. In IE no problem. The / an \ slashes seem to be the problem?

  • 4 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 ffxsf

more options

In Firefox the link comes up as http://www.castleparkgolfclub.co.uk/\Cmembersarea\media\Opens_Form_2012.pdf and I get the message Object not found, error 404. If I change all slashes to forward ones the link does work - that is how the link comes up in IE instantly. This is our golf club's website and it would be a pity if people cannot find the forms for our opens!

In Firefox the link comes up as http://www.castleparkgolfclub.co.uk/\Cmembersarea\media\Opens_Form_2012.pdf and I get the message Object not found, error 404. If I change all slashes to forward ones the link does work - that is how the link comes up in IE instantly. This is our golf club's website and it would be a pity if people cannot find the forms for our opens!

被選擇的解決方法

By viewing source I can see the following line:

<a href="\membersarea\media\Junior_Open.pdf" target="_blank">Entry Form</a></div>

I am not an html expert but it looks like whoever built the site has constructed the link wrongly using backslashes.

Notice that when you get to the pdf the full address is: http://www.castleparkgolfclub.co.uk/m.../Junior_Open.pdf

See point number 4 here: https://www.cs.tut.fi/~jkorpela/www/revsol.html

從原來的回覆中察看解決方案 👍 2

所有回覆 (4)

more options

選擇的解決方法

By viewing source I can see the following line:

<a href="\membersarea\media\Junior_Open.pdf" target="_blank">Entry Form</a></div>

I am not an html expert but it looks like whoever built the site has constructed the link wrongly using backslashes.

Notice that when you get to the pdf the full address is: http://www.castleparkgolfclub.co.uk/m.../Junior_Open.pdf

See point number 4 here: https://www.cs.tut.fi/~jkorpela/www/revsol.html

由 Ed 於 修改

more options

The links to the PDF files look OK now they have been corrected.
However there are still images that have src and and associated link href with backslashes in the attributes.

[1] A - href="media\Eighteenth.JPG"
[2] A - href="media\Lammermuirs.JPG"
[3] A - href="media\Tenth.JPG"
[4] A - href="media\Fourteenth.JPG"
[5] A - href="media\Seventeenth.JPG"
[6] A - href="media\Thirteenth.JPG"
[7] IMG - src="media\Eighteenth.JPG"
[8] IMG - src="media\Lammermuirs.JPG"
[9] IMG - src="media\Tenth.JPG"
[10] IMG - src="media\Fourteenth.JPG"
[11] IMG - src="media\Seventeenth.JPG"
[12] IMG - src="media\Thirteenth.JPG"
more options

Thank you both so much! We do not have a professional web designer at our club so this is really helpful! Wendy

more options

BTW this affects e.g. http://web.archive.org as well! Cannot view the saved pages.