Stormraven
04-10-2009, 03:35 AM
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/standards-compliant-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.
<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/standards-compliant-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.