Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

I get a a message "javascript: void (0); whenI click on a hyperlink on my Weather Undrground page.

  • 1 resposta
  • 9 têm este problema
  • 5 visualizações
  • Última resposta de cor-el

more options

there is a button to click to scroll thru the 10 day forecast, it used to work fine, but it doesn't work anymore, I get the javascript: void (0); message whne the cursor is over the "arrow'...Java is enabled...

there is a button to click to scroll thru the 10 day forecast, it used to work fine, but it doesn't work anymore, I get the javascript: void (0); message whne the cursor is over the "arrow'...Java is enabled...

Todas as respostas (1)

more options

To avoid confusion:

A href set to javascript: void (0); is always a place holder.
The actual URL is handled via an onclick event that evaluates the link and open the page.
So make sure that you aren't blocking JavaScript.

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe mode start window or otherwise make changes.