Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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 respostas
  • 1 tem este problema
  • 4 visualizações
  • Última resposta por 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!

Solução escolhida

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

Ler esta resposta no contexto 👍 2

Todas as respostas (4)

more options

Solução escolhida

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

Modificado por Ed a

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.