<?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: How to close main browser window with out getting warning message</title>
	<atom:link href="http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/feed/" rel="self" type="application/rss+xml" />
	<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/</link>
	<description>A Blog, A Website and A container for all my views with excerpts from technology, travel, films, india, photography, kannada, friends and other interests. I am Thejesh GN. Friends call me Thej</description>
	<lastBuildDate>Mon, 22 Mar 2010 15:11:09 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: amayer</title>
		<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/comment-page-1/#comment-2502</link>
		<dc:creator>amayer</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/#comment-2502</guid>
		<description>Yes, everybody says that this is a good solution.  Where/how do you apply it?  In the redistry? Somewhere in IE? Create a new &quot;.js&quot; file with notepad?  HOW?  

function closeMe(){  
window.opener = &quot;&quot;;  
window.close();  
 }</description>
		<content:encoded><![CDATA[<p>Yes, everybody says that this is a good solution.  Where/how do you apply it?  In the redistry? Somewhere in IE? Create a new &#8220;.js&#8221; file with notepad?  HOW?  </p>
<p>function closeMe(){<br />
window.opener = &#8220;&#8221;;<br />
window.close();<br />
 }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdul</title>
		<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/comment-page-1/#comment-1302</link>
		<dc:creator>abdul</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/#comment-1302</guid>
		<description>sdsds</description>
		<content:encoded><![CDATA[<p>sdsds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mithun Bagchi</title>
		<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/comment-page-1/#comment-320</link>
		<dc:creator>Mithun Bagchi</dc:creator>
		<pubDate>Tue, 03 Jun 2008 13:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/#comment-320</guid>
		<description>The above script is not working in Mozilla.Could anyone please give me the mozilla compatible code to close the main browser (not popups)?

Thanks</description>
		<content:encoded><![CDATA[<p>The above script is not working in Mozilla.Could anyone please give me the mozilla compatible code to close the main browser (not popups)?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: albert gregory</title>
		<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/comment-page-1/#comment-321</link>
		<dc:creator>albert gregory</dc:creator>
		<pubDate>Sun, 04 May 2008 20:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/#comment-321</guid>
		<description>Im trying to close a browser window down without success there must be a simple solution.</description>
		<content:encoded><![CDATA[<p>Im trying to close a browser window down without success there must be a simple solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zalifer</title>
		<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/comment-page-1/#comment-319</link>
		<dc:creator>zalifer</dc:creator>
		<pubDate>Sun, 23 Dec 2007 21:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/#comment-319</guid>
		<description>That would be the coolest thing ever... For someone to exploit with XSS... te he he.</description>
		<content:encoded><![CDATA[<p>That would be the coolest thing ever&#8230; For someone to exploit with XSS&#8230; te he he.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads Kjaer</title>
		<link>http://thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/comment-page-1/#comment-318</link>
		<dc:creator>Mads Kjaer</dc:creator>
		<pubDate>Mon, 26 Nov 2007 16:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thejeshgn.com/2007/10/10/how-to-close-main-browser-window-with-out-getting-warning-message/#comment-318</guid>
		<description>Although this may be a clever workaround, you should NEVER close, minimize or change the size of a users window(s) without him or her confirming the action first. This is an example of extremely poor usability.</description>
		<content:encoded><![CDATA[<p>Although this may be a clever workaround, you should NEVER close, minimize or change the size of a users window(s) without him or her confirming the action first. This is an example of extremely poor usability.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
