<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mountainash</title>
<link>http://snipplr.com/users/mountainash/tags/window</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Oct 2008 16:44:40 GMT</pubDate>
<item>
<title>(JavaScript) Inline new window javascript (pop-up)</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</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) Delayed redirect</title>
<link>http://snipplr.com/view/2032/delayed-redirect/</link>
<description><![CDATA[ <p>Handy for after submitting a form or moving sites and wanting to tell users about the change. Just change the URL (can be absolute or relative) and the timeout. Shown here as 5 seconds.</p> ]]></description>
<pubDate>Sat, 27 Jan 2007 22:23:21 GMT</pubDate>
<guid>http://snipplr.com/view/2032/delayed-redirect/</guid>
</item>
</channel>
</rss>