Forum Moderators: open
I'm trying to figure out how to use javascript to create links that Google won't follow. For example, I really don't want to lose PR to an affiliate program.
Could someone please translate:
<a href="http://www.widgetworld.com/">Click Here</a>
...into a javascript link using document write?
I can't seem to find anything that lays it out plainly when I search this site.
Have a look at this Introduction: Starting with the Basics [htmlgoodies.com] which explains how you can do the translation to JavaScript yourself.