<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>The JavaScript Source:  Games:  Count Up</title>
      <link>http://javascript.internet.com/cgi-bin/comments.pl/games/count-up.html</link>
      <description>User Comments</description>
      <pubDate>Fri, 16 Jan 2009 15:44:16 GMT</pubDate>
      <lastBuildDate>Fri, 16 Jan 2009 15:44:16 GMT</lastBuildDate>
      <generator>Simple Comments 0.932</generator>

      <item>
         <title>Lee</title>
         <link>http://javascript.internet.com/cgi-bin/comments.pl/games/count-up.html#comment2</link>
         <description>Sure, just remove the button and add the following code to the end of the current code that you have:&lt;br /&gt;&lt;br /&gt;// Multiple onload function created by: Simon Willison&lt;br /&gt;// http://simonwillison.net/2004/May/26/addLoadEvent/&lt;br /&gt;function addLoadEvent(func) {&lt;br /&gt;  var oldonload = window.onload;&lt;br /&gt;  if (typeof window.onload != &#39;function&#39;) {&lt;br /&gt;    window.onload = func;&lt;br /&gt;  } else {&lt;br /&gt;    window.onload = function() {&lt;br /&gt;      if (oldonload) {&lt;br /&gt;        oldonload();&lt;br /&gt;      }&lt;br /&gt;      func();&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;addLoadEvent(function() {&lt;br /&gt;  Up();&lt;br /&gt;});</description>
         <pubDate>Fri, 16 Jan 2009 15:44:16 GMT</pubDate>
         <guid>http://javascript.internet.com/cgi-bin/comments.pl/games/count-up.html#comment2</guid>
      </item>
      <item>
         <title>Autostart - (Charlie Dalton)</title>
         <link>http://javascript.internet.com/cgi-bin/comments.pl/games/count-up.html#comment1</link>
         <description>Can this html code be easily modified to have the counter start automatic instead of having to click the start button?</description>
         <pubDate>Wed, 26 Nov 2008 05:58:33 GMT</pubDate>
         <guid>http://javascript.internet.com/cgi-bin/comments.pl/games/count-up.html#comment1</guid>
      </item>

   </channel>
</rss>