<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/javascript/tags/open</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 05:42:02 GMT</pubDate>
<item>
<title>(JavaScript) jQuery open external link in new window</title>
<link>http://snipplr.com/view/8733/jquery-open-external-link-in-new-window/</link>
<description><![CDATA[ <p>Two different ways to open an external link (ones that start in http) in a new window. I know this isn't a great thing to do, but some clients _need_ to have it.</p> ]]></description>
<pubDate>Wed, 01 Oct 2008 06:04:07 GMT</pubDate>
<guid>http://snipplr.com/view/8733/jquery-open-external-link-in-new-window/</guid>
</item>
<item>
<title>(JavaScript) Adobe AIR Open New URL with Sandbox Bridge</title>
<link>http://snipplr.com/view/4442/adobe-air-open-new-url-with-sandbox-bridge/</link>
<description><![CDATA[ <p>Adobe Air has a few security settings that stops you executing certain AIR methods when inside the sandbox. The code below bridges between the root document and the security sandbox, allowing you to open a URL in AIR in a default browser.</p> ]]></description>
<pubDate>Wed, 02 Jan 2008 10:29:36 GMT</pubDate>
<guid>http://snipplr.com/view/4442/adobe-air-open-new-url-with-sandbox-bridge/</guid>
</item>
<item>
<title>(JavaScript) Standard Compliant Way to Open A New Page Function</title>
<link>http://snipplr.com/view/2245/standard-compliant-way-to-open-a-new-page-function/</link>
<description><![CDATA[ <p>This function allows you to open a new window, without using any inline Javascript. Simply add rel="external" to the link you wish to open in a new window.</p> ]]></description>
<pubDate>Thu, 08 Mar 2007 03:11:32 GMT</pubDate>
<guid>http://snipplr.com/view/2245/standard-compliant-way-to-open-a-new-page-function/</guid>
</item>
</channel>
</rss>