<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Opening Links In a New Window</title>
	<atom:link href="http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 20:38:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ACPRathore</title>
		<link>http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/comment-page-1/#comment-1174</link>
		<dc:creator>ACPRathore</dc:creator>
		<pubDate>Mon, 03 Jan 2005 11:39:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1174</guid>
		<description>it was a stroke of good luck tht i found the html code to open links in new windows here. thanx to AlexTheBeast. although he says he hates this standard method, it proved very useful for me</description>
		<content:encoded><![CDATA[<p>it was a stroke of good luck tht i found the html code to open links in new windows here. thanx to AlexTheBeast. although he says he hates this standard method, it proved very useful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: </title>
		<link>http://www.tech-recipes.com/rx/248/opening-links-in-a-new-window/comment-page-1/#comment-226</link>
		<dc:creator></dc:creator>
		<pubDate>Wed, 30 Jun 2004 01:20:32 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-226</guid>
		<description>Hello Alex,

There are two things I&#039;d like to say.  First, forcing users into a new window can be good if you want them to see information on another site without them leaving yours.  Of course, when they&#039;re done on the &quot;popped-up&quot; site and close the window, they&#039;ll be back on your site!

Second, there&#039;s actually a better way to force this new window if you are using XHTML 1.0 or higher code.  Simply putting target=&quot;_blank&quot; in your anchor DOES work, but it does NOT validate with the W3C.  The preferred way is to add a little javascript like this:
&lt;code&gt;&lt;a onclick=&quot;this.target=&#039;_blank&#039;;&quot; href=&quot;http&#58;//www.tech-recipes.com&quot;&gt;Tech-Recipes.com&lt;/a&gt;&lt;/code&gt;


That will do it, AND will validate.

Cheers,

Chris</description>
		<content:encoded><![CDATA[<p>Hello Alex,</p>
<p>There are two things I&#8217;d like to say.  First, forcing users into a new window can be good if you want them to see information on another site without them leaving yours.  Of course, when they&#8217;re done on the &#8220;popped-up&#8221; site and close the window, they&#8217;ll be back on your site!</p>
<p>Second, there&#8217;s actually a better way to force this new window if you are using XHTML 1.0 or higher code.  Simply putting target=&#8221;_blank&#8221; in your anchor DOES work, but it does NOT validate with the W3C.  The preferred way is to add a little javascript like this:<br />
<code>&lt;a onclick=&quot;this.target='_blank';&quot; href=&quot;http&#58;//www.tech-recipes.com&quot;&gt;Tech-Recipes.com&lt;/a&gt;</code></p>
<p>That will do it, AND will validate.</p>
<p>Cheers,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>
