<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/target</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 14:51:38 GMT</pubDate>
<item>
<title>(JavaScript) XHTML Targetted Hyperlinks - wizard04</title>
<link>http://snipplr.com/view/7857/xhtml-targetted-hyperlinks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Aug 2008 16:11:36 GMT</pubDate>
<guid>http://snipplr.com/view/7857/xhtml-targetted-hyperlinks/</guid>
</item>
<item>
<title>(JavaScript) jquery snip -- open link in new window - flickerbulb</title>
<link>http://snipplr.com/view/4626/jquery-snip--open-link-in-new-window/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 17 Jan 2008 11:07:34 GMT</pubDate>
<guid>http://snipplr.com/view/4626/jquery-snip--open-link-in-new-window/</guid>
</item>
<item>
<title>(JavaScript) Open New Window Using REL External Instead of Deprecated Target Attribute - jonhenshaw</title>
<link>http://snipplr.com/view/3047/open-new-window-using-rel-external-instead-of-deprecated-target-attribute/</link>
<description><![CDATA[ <p>Excellent Script for opening new windows from links while adhering to modern HTML/XHTML standards. Simple put rel="nofollow" in the anchor and link to the script within the HEAD.

I prefer to remove the text that states the link opens in an external windows. To do that, simply change this part of the last line from this:
("rel","external"," (external website, opens in a new window)")

to this:
("rel","external","")</p> ]]></description>
<pubDate>Tue, 26 Jun 2007 14:52:15 GMT</pubDate>
<guid>http://snipplr.com/view/3047/open-new-window-using-rel-external-instead-of-deprecated-target-attribute/</guid>
</item>
<item>
<title>(JavaScript) Inline new window javascript (pop-up) - mountainash</title>
<link>http://snipplr.com/view/2591/inline-new-window-javascript-popup/</link>
<description><![CDATA[ <p>This code is very streamlined and a good in-line replacement for XHTML validation (target attribute is depreciated). When you can use the DOM to find the links with external JS (see my rel method). Works well if JavaScript is not supported and still allows for user over-ride (ie. new window or new tab).</p> ]]></description>
<pubDate>Thu, 03 May 2007 03:06:14 GMT</pubDate>
<guid>http://snipplr.com/view/2591/inline-new-window-javascript-popup/</guid>
</item>
<item>
<title>(JavaScript) relWindow - New window based on 'rel' attr - mountainash</title>
<link>http://snipplr.com/view/2192/relwindow--new-window-based-on-rel-attr/</link>
<description><![CDATA[ <p>Based on the linked SitePoint article but with options to limit the container (eg body copy) and set the target. Use '_blank' for a new window for each link. Also adds a class (based on the rel value) for styling. Call the 'relWindow' on window load.</p> ]]></description>
<pubDate>Tue, 20 Feb 2007 21:45:22 GMT</pubDate>
<guid>http://snipplr.com/view/2192/relwindow--new-window-based-on-rel-attr/</guid>
</item>
<item>
<title>(JavaScript) Opening New Windows With JavaScript, Version 1.2 - jonhenshaw</title>
<link>http://snipplr.com/view/1402/opening-new-windows-with-javascript-version-12/</link>
<description><![CDATA[ <p>A an excellent script for allowing links to open new windows while keeping the code standards compliant.

If you look at the last line of the script, you will notice that the JSTarget.init() function takes three parameters (all optional). This is what makes this script more flexible than the previous versions.</p> ]]></description>
<pubDate>Thu, 12 Oct 2006 19:48:00 GMT</pubDate>
<guid>http://snipplr.com/view/1402/opening-new-windows-with-javascript-version-12/</guid>
</item>
</channel>
</rss>