hello. i made this :
<a href="<?=$rowz[0]?>" onClick="countLinks('<?=$row[6]?>','<?=$indexl?>')">[Link <?=$j++?>]</a>
the problem is that it doesn't work with middle button on IE or firefox. in fact, the countLinks using middle button is called only with chrome.
i think i need a Jquery function like mouseup event, just i don't know how call that function, which it calls countLinks with those parameters parameters.
any help?
cheers