<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>London SEO &#187; Javascript</title>
	<atom:link href="http://london-seo.com/seo/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://london-seo.com</link>
	<description>London Search Engine Optimisation</description>
	<lastBuildDate>Thu, 03 Apr 2008 18:38:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to close a window in Firefox (javascript)</title>
		<link>http://london-seo.com/how-to-close-a-window-in-firefox-javascript/48/</link>
		<comments>http://london-seo.com/how-to-close-a-window-in-firefox-javascript/48/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 00:31:03 +0000</pubDate>
		<dc:creator>search engine optimiser</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://london-seo.com/how-to-close-a-window-in-firefox-javascript/48/</guid>
		<description><![CDATA[The close() won&#8217;t always work in Firefox &#8211; FF will only close a window with close() if a script opened the window. So you have to pretend it did&#8230; ;) Use: &#60;a xhref="javascript:window.open('','_parent','');window.close();"&#62;Close Window&#60;/a&#62;]]></description>
			<content:encoded><![CDATA[<p>The close() won&#8217;t always work in Firefox &#8211; FF will only close a window with close() if a script opened the window.</p>
<p>So you have to pretend it did&#8230; ;)</p>
<p>Use:</p>
<p>&lt;a xhref="javascript:window.open('','_parent','');window.close();"&gt;Close Window&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://london-seo.com/how-to-close-a-window-in-firefox-javascript/48/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
