Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 1 답장
  • 9 이 문제를 만남
  • 5 보기
  • 최종 답변자: 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...

모든 댓글 (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.