Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

I can't click hyperlinks, drop down boxes or voting features etc, on websites

  • 4 réponses
  • 1 a ce problème
  • 3 vues
  • Dernière réponse par cor-el
  • Archivé

I've noticed that on certain websites, I'm unable to click on hyperlinks or other specific features, almost as if it doesn't register my clicking. I've tried restarting firefox, my laptop (Macbook 15" 2012) and yet nothing has changed.

What am I doing wrong?

I've noticed that on certain websites, I'm unable to click on hyperlinks or other specific features, almost as if it doesn't register my clicking. I've tried restarting firefox, my laptop (Macbook 15" 2012) and yet nothing has changed. What am I doing wrong?

Toutes les réponses (4)

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?

What element is selected if you right-click such a not working link and open the built-in Inspector via Inspect Element?

Start Firefox in Safe Mode {web Link} by holding down the <Shift>
(Mac=Options)
key, and then starting Firefox. Is the problem still there?

<a class="access-required" href="javascript:void(0)" data-event-action="comment" onclick="return reply(this)">reply</a>

That is what is highlighted when I right click and inspect element.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)? What element is selected if you right-click such a not working link and open the built-in Inspector via Inspect Element?

Modifié le par Amy1910

href="javascript:void(0)" is a placeholder and indicates that an onclick event is attached to the link that does the actual action.

Do you see a 'ev' button appended to such a link in the Inspector?