Hi, I am using javascript to generate links for my affiliate sites to avoid huge number of outbound links for crawlers [ I don't want to use "nofollow" option]. It works fine for normal clicks, but if a user trying to right click & "open in new window option", It gives problem.... Anyone help me to solve this thanks in advance
<a href="javascript:void(0);" onclick="this.href='http://www.domain.com/'; return true;">anchor text</a>