Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

onclick not working

  • 4 svar
  • 4 har detta problem
  • 12 visningar
  • Senaste svar av 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?

Vald lösning

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

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

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

Läs svaret i sitt sammanhang 👍 2

Alla svar (4)

more options

Vald lösning

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.