Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

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.

onclick not working

  • 4 respostas
  • 4 têm este problema
  • 13 visualizações
  • Última resposta de uworlds

more options

I was hoping someone could tell me why the onclick coding for the blue "Try a Free Search" button works (allows the click to happen) on www.theatrebuddies.co.za using left-mouse button .... YET on www.theatrebuddies.co.uk the left-mouse button does not work at all and only works using the middle-mouse button ... PLUS it opens in a new tab. This is really strange to me.

The main reason I am using onclick is for the purposes of Google Analytics.

I've just spent hours and hours coding up hundreds of onclick variables only discover this confusion why it works on the .co.za site but not the other one. Is this a Firefox issue?

I was hoping someone could tell me why the onclick coding for the blue "Try a Free Search" button works (allows the click to happen) on www.theatrebuddies.co.za using left-mouse button .... YET on www.theatrebuddies.co.uk the left-mouse button does not work at all and only works using the middle-mouse button ... PLUS it opens in a new tab. This is really strange to me. The main reason I am using onclick is for the purposes of Google Analytics. I've just spent hours and hours coding up hundreds of onclick variables only discover this confusion why it works on the .co.za site but not the other one. Is this a Firefox issue?

Solução escolhida

You have the following in your ZA but not your UK:

_gaq.push(['_setAllowLinker', true]);

Is that it? Would be an easy fix...

Ler esta resposta 👍 2

Todas as respostas (4)

more options

Solução escolhida

You have the following in your ZA but not your UK:

_gaq.push(['_setAllowLinker', true]);

Is that it? Would be an easy fix...

more options

Hey mate! Thank you so much, this absolutely must be correct. I will get it implemented within the next 24 hours and let you know. I can't thank you enough as I spent hours coding up around 100 onclick variables and didn't want to have to roll it all back. Thank you.

more options

Also note that the page source shows a </div> in red (on hover: stray end tag "div")

<div class="login">
<h3>Member Login</h3>
<p>South African members please login by <br /><a href="http://app.theatrebuddies.co.za/login" onclick="_gaq.push(['_link', 'http://app.theatrebuddies.co.za/login']); return false;">clicking here</a></p>
</div>

</div>
</div>  <!-- stray end tag "div" -->

<div style="clear:both"></div>
more options

Thank you jscher2000 you were perfectly on the money! I REALLY appreciate your advice and for replying so quickly. Best regards.