<?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: Better OnLoad handling in Javascript</title>
	<atom:link href="http://www.dave-l.org/blog/2008/02/10/better-onload-handling-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-l.org/blog/2008/02/10/better-onload-handling-in-javascript/</link>
	<description>Taglines are for losers</description>
	<lastBuildDate>Fri, 18 Jun 2010 19:38:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-l.org/blog/2008/02/10/better-onload-handling-in-javascript/comment-page-1/#comment-738</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 15 Apr 2008 13:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-l.org/blog/2008/02/10/better-onload-handling-in-javascript/#comment-738</guid>
		<description>Just cut and paste it from the text - or from this comment.  It&#039;s right here:

function onLoadHandler(init_fxn){
    var old_init = window.onload;
    var new_init = init_fxn;
    window.onload = function(){
         if (typeof(old_init)==&quot;function&quot;){
            old_init();
         }
         new_init();
    }
    return this;
}</description>
		<content:encoded><![CDATA[<p>Just cut and paste it from the text &#8211; or from this comment.  It&#8217;s right here:</p>
<p>function onLoadHandler(init_fxn){<br />
    var old_init = window.onload;<br />
    var new_init = init_fxn;<br />
    window.onload = function(){<br />
         if (typeof(old_init)==&#8221;function&#8221;){<br />
            old_init();<br />
         }<br />
         new_init();<br />
    }<br />
    return this;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript Onload</title>
		<link>http://www.dave-l.org/blog/2008/02/10/better-onload-handling-in-javascript/comment-page-1/#comment-737</link>
		<dc:creator>JavaScript Onload</dc:creator>
		<pubDate>Tue, 15 Apr 2008 09:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-l.org/blog/2008/02/10/better-onload-handling-in-javascript/#comment-737</guid>
		<description>how can i download it?</description>
		<content:encoded><![CDATA[<p>how can i download it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
