<?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: Closing a Firefox Window with Javascript</title>
	<atom:link href="http://systembash.com/content/close-firefox-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://systembash.com/content/close-firefox-window/</link>
	<description>Technology and System Administration</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:49:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rick</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-27753</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Wed, 24 Dec 2008 04:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-27753</guid>
		<description>Thanks Guys! Just learning js and found your solution for firefox. Now if I can only put my hair back in my head.</description>
		<content:encoded><![CDATA[<p>Thanks Guys! Just learning js and found your solution for firefox. Now if I can only put my hair back in my head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecilia</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-18479</link>
		<dc:creator>Cecilia</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-18479</guid>
		<description>&lt;script type=&quot;text/javascript&quot; language=&quot;JavaScript&quot;&gt;
  &lt;!--
  function PopupWindow() {
  var attributes = &#039;width=400,height=500,scrollbars=yes&#039;;
  window.open(&#039;XXXXXXXXXXXX.html&#039;,&#039;2&#039;,attributes);
  } //--&gt;
  &lt;/script&gt;
&lt;a href=&quot;javascript:PopupWindow()&quot;&gt;&lt;img src=&quot;xxxxxxxxxxxxxx.jpg&quot; border=&quot;0&quot;&gt; &lt;/a&gt; 
&#160;
&#160;
then to close: script before link, then make link: 
&#160;
&lt;a href=&quot;javascript:window.close()&quot;&gt; </description>
		<content:encoded><![CDATA[<p>&lt;script type=&quot;text/javascript&quot; language=&quot;JavaScript&quot;&gt;<br />
  &lt;!&#8211;<br />
  function PopupWindow() {<br />
  var attributes = &#8216;width=400,height=500,scrollbars=yes&#8217;;<br />
  window.open(&#8216;XXXXXXXXXXXX.html&#8217;,'2&#8242;,attributes);<br />
  } //&#8211;&gt;<br />
  &lt;/script&gt;<br />
&lt;a href=&quot;javascript:PopupWindow()&quot;&gt;&lt;img src=&quot;xxxxxxxxxxxxxx.jpg&quot; border=&quot;0&quot;&gt; &lt;/a&gt;<br />
&nbsp;<br />
&nbsp;<br />
then to close: script before link, then make link:<br />
&nbsp;<br />
&lt;a href=&quot;javascript:window.close()&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cecilia</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-18475</link>
		<dc:creator>Cecilia</dc:creator>
		<pubDate>Fri, 10 Oct 2008 15:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-18475</guid>
		<description>This works in firefox 2.0.0.17 (for Mac):

Use this script to open a popup window:




&lt;a href=&quot;PopupWindow()&quot; rel=&quot;nofollow&quot;&gt; &lt;/a&gt; 

then to close window: insert the above script before the close link on popupfile.html, then make link: 

&lt;a href=&quot;window.close()&quot; rel=&quot;nofollow&quot;&gt;</description>
		<content:encoded><![CDATA[<p>This works in firefox 2.0.0.17 (for Mac):</p>
<p>Use this script to open a popup window:</p>
<p><a href="PopupWindow()" rel="nofollow"> </a> </p>
<p>then to close window: insert the above script before the close link on popupfile.html, then make link: </p>
<p><a href="window.close()" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-16557</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Sat, 06 Sep 2008 22:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-16557</guid>
		<description>it doesn&#039;t work in FF2.0.0.13</description>
		<content:encoded><![CDATA[<p>it doesn&#8217;t work in FF2.0.0.13</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hussain</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-15820</link>
		<dc:creator>Hussain</dc:creator>
		<pubDate>Mon, 18 Aug 2008 06:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-15820</guid>
		<description>well it works with older version .. thankyou</description>
		<content:encoded><![CDATA[<p>well it works with older version .. thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexia</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-10800</link>
		<dc:creator>Alexia</dc:creator>
		<pubDate>Thu, 29 May 2008 08:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-10800</guid>
		<description>Works like a charm! Thanks!!!:)</description>
		<content:encoded><![CDATA[<p>Works like a charm! Thanks!!!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: forex</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-9893</link>
		<dc:creator>forex</dc:creator>
		<pubDate>Wed, 21 May 2008 15:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-9893</guid>
		<description>under ff 2 you have to set manually under about:config
dom.allow_scripts_to_close_windows to true
then it&#039;ll work</description>
		<content:encoded><![CDATA[<p>under ff 2 you have to set manually under about:config<br />
dom.allow_scripts_to_close_windows to true<br />
then it&#8217;ll work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vishal</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-8937</link>
		<dc:creator>vishal</dc:creator>
		<pubDate>Fri, 09 May 2008 09:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-8937</guid>
		<description>its not working on FireFox 2.0</description>
		<content:encoded><![CDATA[<p>its not working on FireFox 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tester</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-8761</link>
		<dc:creator>tester</dc:creator>
		<pubDate>Thu, 01 May 2008 12:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-8761</guid>
		<description>Not working with my Firefox v2.0.0.14.</description>
		<content:encoded><![CDATA[<p>Not working with my Firefox v2.0.0.14.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-6661</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 03 Mar 2008 08:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-6661</guid>
		<description>Not working with firefox v2.0.0.12</description>
		<content:encoded><![CDATA[<p>Not working with firefox v2.0.0.12</p>
]]></content:encoded>
	</item>
</channel>
</rss>
