I was contacted by a site who wanted to do a link exchange. They placed a link and I'm not sure if the code is an elaborate "no-follow"? <li> <a href="http://www.mysite.com/" onclick="(new Links_ActionHandler).registerClick (130, function() { window.open ('http://www.mysite.com/', null); }); return false;">mysite.com</a><br/> Description of my site. </li> Code (markup):
That link is follow, He might use those Java Script to track how many times your link was clicked no problem at all...
It's a followed link but onClick shouldn't return false It's easy to just allow normal page opening. I don't know why a window.open is being used when it's not required.