<?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: Why You Should Avoid Forcing New Windows</title>
	<atom:link href="https://www.webmaster-source.com/2008/10/19/why-you-should-avoid-forcing-new-windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2008/10/19/why-you-should-avoid-forcing-new-windows/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Mon, 06 Apr 2026 13:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: Joel Drapper</title>
		<link>https://www.webmaster-source.com/2008/10/19/why-you-should-avoid-forcing-new-windows/#comment-3523</link>
		<dc:creator><![CDATA[Joel Drapper]]></dc:creator>
		<pubDate>Tue, 21 Oct 2008 00:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=927#comment-3523</guid>
		<description><![CDATA[Maybe you are right. I almost always open links with the ctrl key down to open them in a new tab, but when I don&#039;t, I want them to load in the same one.]]></description>
		<content:encoded><![CDATA[<p>Maybe you are right. I almost always open links with the ctrl key down to open them in a new tab, but when I don&#8217;t, I want them to load in the same one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>https://www.webmaster-source.com/2008/10/19/why-you-should-avoid-forcing-new-windows/#comment-3517</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sun, 19 Oct 2008 21:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=927#comment-3517</guid>
		<description><![CDATA[Don&#039;t apoligize for long rants. It&#039;s good content. :D&lt;br /&gt;&lt;br /&gt;&quot;The fear is that youo’ll follow an external link and leave their site.
Big news flash - left anyway. Don’t try to keep visitors to a website
prisoner. Let go. If you have good relevant useful content then they’ll
be back organically.&quot;&lt;br /&gt;&lt;br /&gt;I totally agree with that. It&#039;s the overall message I was trying to convey with my post. I also agree with your PDF theory. I don&#039;t like having them open in the same tab as other content (especially if I want to go back to the other page). I often don&#039;t see them coming and don&#039;t middle-click them to open them in a new tab.&lt;br /&gt;&lt;br /&gt;But if I &lt;span style=&quot;font-style: italic;&quot;&gt;do&lt;/span&gt; middle-click, I want it to work, which they don&#039;t with 80% of JavaScript links. Systems based on the rel=&quot;&quot; attribute generally work good though.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t apoligize for long rants. It&#8217;s good content. <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
<p>&#8220;The fear is that youo’ll follow an external link and leave their site.<br />
Big news flash &#8211; left anyway. Don’t try to keep visitors to a website<br />
prisoner. Let go. If you have good relevant useful content then they’ll<br />
be back organically.&#8221;</p>
<p>I totally agree with that. It&#8217;s the overall message I was trying to convey with my post. I also agree with your PDF theory. I don&#8217;t like having them open in the same tab as other content (especially if I want to go back to the other page). I often don&#8217;t see them coming and don&#8217;t middle-click them to open them in a new tab.</p>
<p>But if I <span style="font-style: italic;">do</span> middle-click, I want it to work, which they don&#8217;t with 80% of JavaScript links. Systems based on the rel=&#8221;&#8221; attribute generally work good though.</p>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Clark</title>
		<link>https://www.webmaster-source.com/2008/10/19/why-you-should-avoid-forcing-new-windows/#comment-3516</link>
		<dc:creator><![CDATA[Steven Clark]]></dc:creator>
		<pubDate>Sun, 19 Oct 2008 20:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=927#comment-3516</guid>
		<description><![CDATA[The only time I would recommend opening a new window would be for PDF (but maybe you&#039;re right about games, I&#039;d have to think that one over). If a new window is opened its always good to notify the user it&#039;s going ot happen and provide them all the chrome.But, other than PDF, it&#039;s a bad user experience and has been on the 10 worst web design mistake lists over and over for the last 9 years. Who want&#039;s to do sucky work right? But target=_blank is so easy people don&#039;t want to let them go.Roger Johansson has an unobtrusive javascript (and there are others no doubt) that use techniques like putting rel=&quot;external&quot; onto links you want to open in popups, or using a class=&quot;external&quot; or class=&quot;pdf&quot;. At least then you have a bit more control. The fallback being that those without JavaScript don&#039;t get the popup, but no errors and they&#039;d not really be impacted by it.As a user, personally, I really really hate popup windows - government sites seem to be huge offenders. The fear is that youo&#039;ll follow an external link and leave their site. Big news flash - left anyway. Don&#039;t try to keep visitors to a website prisoner. Let go. If you have good relevant useful content then they&#039;ll be back organically.Apologies for the long rant.]]></description>
		<content:encoded><![CDATA[<p>The only time I would recommend opening a new window would be for PDF (but maybe you&#8217;re right about games, I&#8217;d have to think that one over). If a new window is opened its always good to notify the user it&#8217;s going ot happen and provide them all the chrome.But, other than PDF, it&#8217;s a bad user experience and has been on the 10 worst web design mistake lists over and over for the last 9 years. Who want&#8217;s to do sucky work right? But target=_blank is so easy people don&#8217;t want to let them go.Roger Johansson has an unobtrusive javascript (and there are others no doubt) that use techniques like putting rel=&#8221;external&#8221; onto links you want to open in popups, or using a class=&#8221;external&#8221; or class=&#8221;pdf&#8221;. At least then you have a bit more control. The fallback being that those without JavaScript don&#8217;t get the popup, but no errors and they&#8217;d not really be impacted by it.As a user, personally, I really really hate popup windows &#8211; government sites seem to be huge offenders. The fear is that youo&#8217;ll follow an external link and leave their site. Big news flash &#8211; left anyway. Don&#8217;t try to keep visitors to a website prisoner. Let go. If you have good relevant useful content then they&#8217;ll be back organically.Apologies for the long rant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-16 16:45:55 by W3 Total Cache
-->