<?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: Strict HTML/XHTML and target=&#8221;_blank&#8221;</title>
	<atom:link href="http://www.qianqin.de/2008/06/11/strict-htmlxhtml-and-target_blank/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qianqin.de/2008/06/11/strict-htmlxhtml-and-target_blank/</link>
	<description>personal web site of Qian Qin</description>
	<lastBuildDate>Mon, 19 Dec 2011 00:08:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Edde</title>
		<link>http://www.qianqin.de/2008/06/11/strict-htmlxhtml-and-target_blank/comment-page-1/#comment-4238</link>
		<dc:creator>Edde</dc:creator>
		<pubDate>Mon, 06 Apr 2009 16:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianqin.de/?p=167#comment-4238</guid>
		<description><![CDATA[Hi Qian, 
Wonderful solution! Thanks! All _blanks are gone!

There seems to be an issue with IE7:
In the footer of all pages I include a &quot;Valid XHTML&quot; link to http://validator.w3.org/check?uri=referer
Of course this link opens in a new window and validates the page - thanks to you - as XHTML 1.0 Strict.

Clicking the link in IE7 generates an error: w3.org claims the page can&#039;t be validated because no headers were sent.
This error occurs only in IE - Firefox, Google Chrome and Safari work fine. Also, IE DOES open the link in a new window, so that part of the script works fine.

Probably IE is, once again, not sticking to web standards, but I thought you might want to know.

Thanks again for this nice solution,

Edde]]></description>
		<content:encoded><![CDATA[<p>Hi Qian,<br />
Wonderful solution! Thanks! All _blanks are gone!</p>
<p>There seems to be an issue with IE7:<br />
In the footer of all pages I include a &#8220;Valid XHTML&#8221; link to <a href="http://validator.w3.org/check?uri=referer" rel="nofollow">http://validator.w3.org/check?uri=referer</a><br />
Of course this link opens in a new window and validates the page &#8211; thanks to you &#8211; as XHTML 1.0 Strict.</p>
<p>Clicking the link in IE7 generates an error: w3.org claims the page can&#8217;t be validated because no headers were sent.<br />
This error occurs only in IE &#8211; Firefox, Google Chrome and Safari work fine. Also, IE DOES open the link in a new window, so that part of the script works fine.</p>
<p>Probably IE is, once again, not sticking to web standards, but I thought you might want to know.</p>
<p>Thanks again for this nice solution,</p>
<p>Edde</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frieder</title>
		<link>http://www.qianqin.de/2008/06/11/strict-htmlxhtml-and-target_blank/comment-page-1/#comment-4162</link>
		<dc:creator>Frieder</dc:creator>
		<pubDate>Sun, 15 Feb 2009 21:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianqin.de/?p=167#comment-4162</guid>
		<description><![CDATA[Hallo Qian,
zu diesem Thema gibt es wirklich reichlich Abhandlungen im Netz.
In meinem letzten Projekt in dem ich &quot;jQuery&quot; eingebunden habe (für Navi etc.) habe ich alle links die auf externe Seiten verweisen mittels einer kleinen Funktion in einer neuen Seite (_blank)geöffnet.
//*******Funktion öffnet alle links die nicht mit &quot;http://localhost&quot; anfaengt in einem neuen Fenster ***********  
				$(&quot;a:not([href^=&#039;http://localhost&#039;])&quot;).click(function() {
   					window.open($(this).attr(&quot;href&quot;), &quot;newWin&quot;);
   					return false;
 					}
				); 
***********************************
&#039;localhost&#039; muß natürlich ersetzt werden durch URL auf der die Seite gehostet ist. Wie gesagt, funktioniert nur im Zusammenhang mit jQuery.
Gruß aus Stuttgart]]></description>
		<content:encoded><![CDATA[<p>Hallo Qian,<br />
zu diesem Thema gibt es wirklich reichlich Abhandlungen im Netz.<br />
In meinem letzten Projekt in dem ich &#8220;jQuery&#8221; eingebunden habe (für Navi etc.) habe ich alle links die auf externe Seiten verweisen mittels einer kleinen Funktion in einer neuen Seite (_blank)geöffnet.<br />
//*******Funktion öffnet alle links die nicht mit &#8220;http://localhost&#8221; anfaengt in einem neuen Fenster ***********<br />
				$(&#8220;a:not([href^='http://localhost'])&#8221;).click(function() {<br />
   					window.open($(this).attr(&#8220;href&#8221;), &#8220;newWin&#8221;);<br />
   					return false;<br />
 					}<br />
				);<br />
***********************************<br />
&#8216;localhost&#8217; muß natürlich ersetzt werden durch URL auf der die Seite gehostet ist. Wie gesagt, funktioniert nur im Zusammenhang mit jQuery.<br />
Gruß aus Stuttgart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cybercake</title>
		<link>http://www.qianqin.de/2008/06/11/strict-htmlxhtml-and-target_blank/comment-page-1/#comment-3977</link>
		<dc:creator>cybercake</dc:creator>
		<pubDate>Fri, 27 Jun 2008 12:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.qianqin.de/?p=167#comment-3977</guid>
		<description><![CDATA[Good idea. However it is the new-window functions in JS should be banned, not the &#039;_blank&#039;, with which a new window is opened only by clicking on the link and this acts also as the user expects.]]></description>
		<content:encoded><![CDATA[<p>Good idea. However it is the new-window functions in JS should be banned, not the &#8216;_blank&#8217;, with which a new window is opened only by clicking on the link and this acts also as the user expects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.227 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-25 20:05:07 -->
<!-- Compression = gzip -->