<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - zensir</title>
<link>http://snipplr.com/users/zensir/tags/websnatndards</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 04:07:46 GMT</pubDate>
<item>
<title>(JavaScript) Setting target=“_blank” to external links and standards</title>
<link>http://snipplr.com/view/918/setting-targetblank-to-external-links-and-standards/</link>
<description><![CDATA[ <p>If you want your pages to be valid XHTML-Strict, but you also wish to open external links in new window, the following snippet is doing just that—sets attribute target=“_blank” to all external links in a document to keep your code valid XHTML-Strict.  You’ll just have to change variable yourURL. Don’t enter http://www. part of your domain, otherwise something like http://sample.com/ will be treated like any other external link.</p> ]]></description>
<pubDate>Wed, 23 Aug 2006 14:09:18 GMT</pubDate>
<guid>http://snipplr.com/view/918/setting-targetblank-to-external-links-and-standards/</guid>
</item>
</channel>
</rss>