I want to open link's in a new window but I have heard that if I use:
<a target=?_blank? href=?http://blahblah.com?>new link</a>
the 'target="_blank"' breaks XHTML strict validation, and i have been told to use this method to stop if from breaking validation, ive been told to use this:
http://www.sitepoint.com/article/sta...liant-world/3/
how and where do i apply that JS code to my site to stop the target=?_blank? from breaking strict validation?
Kind Regards
Stormraven.