<?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>Thu, 02 Feb 2012 21:12:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Manish</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41847</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Wed, 08 Jun 2011 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41847</guid>
		<description>please set your firefox browser:

    1.input &quot;about:config &quot; to your firefox address bar and enter;

    2.make sure your &quot;dom.allow_scripts_to_close_windows&quot; is true </description>
		<content:encoded><![CDATA[<p>please set your firefox browser:</p>
<p>    1.input &#8220;about:config &#8221; to your firefox address bar and enter;</p>
<p>    2.make sure your &#8220;dom.allow_scripts_to_close_windows&#8221; is true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41809</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 08 Mar 2011 09:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41809</guid>
		<description>i also hv da same problem any working answer ???? for this ???</description>
		<content:encoded><![CDATA[<p>i also hv da same problem any working answer ???? for this ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41806</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 03 Mar 2011 23:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41806</guid>
		<description>window.focus(); window.close(); should work in FF 2.0+

FF is MUCH more JS friendly then IE</description>
		<content:encoded><![CDATA[<p>window.focus(); window.close(); should work in FF 2.0+</p>
<p>FF is MUCH more JS friendly then IE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Drager</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41784</link>
		<dc:creator>Dave Drager</dc:creator>
		<pubDate>Mon, 10 Jan 2011 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41784</guid>
		<description>Haven&#039;t found a way to do this. It is an anti-spam measure apparently, but it has its uses obviously. </description>
		<content:encoded><![CDATA[<p>Haven&#8217;t found a way to do this. It is an anti-spam measure apparently, but it has its uses obviously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathis</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41783</link>
		<dc:creator>sathis</dc:creator>
		<pubDate>Mon, 10 Jan 2011 12:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41783</guid>
		<description>Please let me know if anyone knows of code that can close a window with Javascript in Firefox 2.x or 3.x.

</description>
		<content:encoded><![CDATA[<p>Please let me know if anyone knows of code that can close a window with Javascript in Firefox 2.x or 3.x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yash</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41178</link>
		<dc:creator>yash</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41178</guid>
		<description>I am on v3.6.8 it *DOES NOT* work</description>
		<content:encoded><![CDATA[<p>I am on v3.6.8 it *DOES NOT* work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avsk Bhatta</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-40792</link>
		<dc:creator>Avsk Bhatta</dc:creator>
		<pubDate>Thu, 19 Aug 2010 16:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-40792</guid>
		<description>I am on 3.6.It is not working</description>
		<content:encoded><![CDATA[<p>I am on 3.6.It is not working</p>
]]></content:encoded>
	</item>
	<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: rick</title>
		<link>http://systembash.com/content/close-firefox-window/comment-page-1/#comment-41376</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Wed, 24 Dec 2008 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://systembash.com/content/close-firefox-window/#comment-41376</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;,&#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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: systembash.com @ 2012-02-09 00:56:13 -->
