<?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: Making JavaScript transparent</title>
	<atom:link href="http://docwhat.org/2006/11/href-friendly-popups/feed/" rel="self" type="application/rss+xml" />
	<link>http://docwhat.org/2006/11/href-friendly-popups/</link>
	<description>Some men are discovered; others are found out</description>
	<lastBuildDate>Fri, 13 Aug 2010 15:37:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: docwhat</title>
		<link>http://docwhat.org/2006/11/href-friendly-popups/comment-page-1/#comment-521</link>
		<dc:creator>docwhat</dc:creator>
		<pubDate>Tue, 23 Jan 2007 20:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://docwhat.gerf.org/2006/11/href-friendly-popups/#comment-521</guid>
		<description>Thanks for the feedback.  I&#039;m glad that it was useful. :-)

re: window.open() Where that window opens is usually under the control of the user via options.  In firefox, window.open() will go in a new window or tab, as per the configuration.  In IE, I&#039;m not sure.

Ciao!</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback.  I&#8217;m glad that it was useful. <img src='http://docwhat.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>re: window.open() Where that window opens is usually under the control of the user via options.  In firefox, window.open() will go in a new window or tab, as per the configuration.  In IE, I&#8217;m not sure.</p>
<p>Ciao!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://docwhat.org/2006/11/href-friendly-popups/comment-page-1/#comment-516</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 23 Jan 2007 14:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://docwhat.gerf.org/2006/11/href-friendly-popups/#comment-516</guid>
		<description>Ran accross this and your onclick trick solves a couple of my problems, in a different way.
It allows me to open the link using the default behavior (a new tab, if set up that way) as opposed to opening with window.open(), which always gives a new window. For some reason...
At the same time I can run additional javascript that needs to be done when the link is clicked, and I have the option of continuing on to open the link or not.</description>
		<content:encoded><![CDATA[<p>Ran accross this and your onclick trick solves a couple of my problems, in a different way.<br />
It allows me to open the link using the default behavior (a new tab, if set up that way) as opposed to opening with window.open(), which always gives a new window. For some reason&#8230;<br />
At the same time I can run additional javascript that needs to be done when the link is clicked, and I have the option of continuing on to open the link or not.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
