I know this is a question much discussed but I can\'t figure out why it does not work for me.
This is my function:
function ShowComments(){ alert(\
From this answer,
window.location.href not working
you just need to add
return false;
at the bottom of your function