<?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: JavaScript: How to Close Browser Window (window.close()) Without Warning</title>
	<atom:link href="http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/</link>
	<description>Sharing information with Dynamics CRM users and xRM developers</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sujitha</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-7739</link>
		<dc:creator>Sujitha</dc:creator>
		<pubDate>Fri, 25 Nov 2011 09:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-7739</guid>
		<description>

function closeMe()
{
var win=window.open(&quot;&quot;,&quot;_self&quot;);
win.close();
}








then
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>function closeMe()<br />
{<br />
var win=window.open(&#034;&#034;,&#034;_self&#034;);<br />
win.close();<br />
}</p>
<p>then<br />
please set your firefox browser:</p>
<p>1.input &#034;about:config &#034; to your firefox address bar and enter;</p>
<p>2.make sure your &#034;dom.allow_scripts_to_close_windows&#034; is true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-7304</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Wed, 14 Sep 2011 06:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-7304</guid>
		<description>window.onfocus = function() {window.open(&#039;&#039;, &#039;_self&#039;, &#039;&#039;); window.close();  }</description>
		<content:encoded><![CDATA[<p>window.onfocus = function() {window.open(&#034;, &#039;_self&#039;, &#034;); window.close();  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikash</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-4112</link>
		<dc:creator>vikash</dc:creator>
		<pubDate>Sun, 25 Jul 2010 19:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-4112</guid>
		<description>write these lines on button click.


response.write(&quot;(window.close;)&quot;)</description>
		<content:encoded><![CDATA[<p>write these lines on button click.</p>
<p>response.write(&#034;(window.close;)&#034;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar Alpendre</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-3343</link>
		<dc:creator>Cesar Alpendre</dc:creator>
		<pubDate>Tue, 02 Mar 2010 14:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-3343</guid>
		<description>To close a window without warning message, try this:




&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;Close Window&lt;/a&gt;

</description>
		<content:encoded><![CDATA[<p>To close a window without warning message, try this:</p>
<p><a href="#" rel="nofollow">Close Window</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RaiulBaztepo</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-1596</link>
		<dc:creator>RaiulBaztepo</dc:creator>
		<pubDate>Sun, 29 Mar 2009 00:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-1596</guid>
		<description>Hello!
Very Interesting post! Thank you for such interesting resource! 
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)
See you! 
Your, Raiul Baztepo</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Very Interesting post! Thank you for such interesting resource!<br />
PS: Sorry for my bad english, I&#039;v just started to learn this language ;)<br />
See you!<br />
Your, Raiul Baztepo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahriar Sayed</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-1585</link>
		<dc:creator>Shahriar Sayed</dc:creator>
		<pubDate>Wed, 11 Mar 2009 06:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-1585</guid>
		<description>Thanks a lot Mani.

It works nicely in IE7.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Mani.</p>
<p>It works nicely in IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-1555</link>
		<dc:creator>Mani</dc:creator>
		<pubDate>Wed, 18 Feb 2009 16:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-1555</guid>
		<description>function OpenMyWin()
{ 

window.opener=&#039;X&#039;; 
window.open(&#039;&#039;,&#039;_parent&#039;,&#039;&#039;); 
window.close();
} 


</description>
		<content:encoded><![CDATA[<p>function OpenMyWin()<br />
{ </p>
<p>window.opener=&#039;X';<br />
window.open(&#034;,&#039;_parent&#039;,&#034;);<br />
window.close();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-1537</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 27 Jan 2009 18:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-1537</guid>
		<description>Still get message asking if you want to close the page.</description>
		<content:encoded><![CDATA[<p>Still get message asking if you want to close the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-1536</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Mon, 26 Jan 2009 14:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-1536</guid>
		<description>Try
window.opener = self
window.close()</description>
		<content:encoded><![CDATA[<p>Try<br />
window.opener = self<br />
window.close()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SathishKumar</title>
		<link>http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/comment-page-1/#comment-634</link>
		<dc:creator>SathishKumar</dc:creator>
		<pubDate>Thu, 24 Jan 2008 10:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.infinite-x.net/2007/04/29/javascript-how-to-close-browser-window-windowclose-without-warning/#comment-634</guid>
		<description>Hi,
   

This doesnt work in IE7 and Firefox 2.0.Any help thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This doesnt work in IE7 and Firefox 2.0.Any help thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

