2011-10-13, 12:52:32
How about setting the then adding a little bit of java to do the rest:
Not sure how this will validate just saw it on a quick google search
Code:
rel="external"
Code:
function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i<anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; } } window.onload = externalLinks;
Not sure how this will validate just saw it on a quick google search
JWH Technologies
Have any marketing ideas for Get-Simple? Let me hear them!
Have any marketing ideas for Get-Simple? Let me hear them!