Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Mulongo oyo etiyamaki na archive. Tuna motuna mosusu soki osengeli na lisalisi

onclick not working

  • 4 biyano
  • 4 eza na bankokoso oyo
  • 13 views
  • Eyano yasuka ya 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?

Solution eye eponami

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

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

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

Tanga eyano oyo ndenge esengeli 👍 2

All Replies (4)

more options

Solution eye oponami

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.