Forum Moderators: open
I'm trying to figure out how to use javascript on my paid links in the way that Matt Cutts recommended, so that they don't pass pr, and I don't know what I'm doing :)
Will this work?
<script type="text/javascript">
<a href=”#” onclick=”window.open(’link’)”>text</a>
</script>
How would I change that so the link doesn't open in a new window?
Thanks!