본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

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.