Westech
12-17-2003, 02:32 PM
I know that
document.write('<a hr' + 'ef="http://w' + 'ww.website.com">click here</a>');
will prevent PR from being passed to a link, but will PR be passed if it isn't broken up? Example:
document.write('<a href="www.website.com">click here</a>');
I'm looking at adding some functionality to my site that would let users post links without passing PR. The code would be much simpler if I could just surround the url with the javascript stuff rather than try to split it up.
document.write('<a hr' + 'ef="http://w' + 'ww.website.com">click here</a>');
will prevent PR from being passed to a link, but will PR be passed if it isn't broken up? Example:
document.write('<a href="www.website.com">click here</a>');
I'm looking at adding some functionality to my site that would let users post links without passing PR. The code would be much simpler if I could just surround the url with the javascript stuff rather than try to split it up.