Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Learn More

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

  • 4 odgovori
  • 1 ima to težavo
  • 12 ogledov
  • Zadnji odgovor od cor-el

more options

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?

Vsi odgovori (4)

more options

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?

more options

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

more options

<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?

Spremenil Amy1910

more options

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?