<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>JavaScript_Official at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/JavaScript_Official/</link>
    <description>JavaScript . AJAX . ActionScript </description>

    <item>
      <title>Re: After Page Renders?</title>
      <pubDate>Tue, 17 Nov 2009 21:53:56 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16824</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16824</guid>
      <description>... From http://www.w3.org/TR/html401/interact/scripts.html#adef-onload : &quot;onload = script [CT] The onload event occurs when the user agent finishes loading a </description>
    </item>
    <item>
      <title>Re: After Page Renders?</title>
      <pubDate>Tue, 17 Nov 2009 19:43:13 GMT</pubDate>
      <dc:creator>Dermot</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16822</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16822</guid>
      <description>2009/11/16 Soren &lt;soren.j.winslow@...&gt; ... I can&#39;t see the distinction between loading and rendering. According to the docs at </description>
    </item>
    <item>
      <title>Re: After Page Renders?</title>
      <pubDate>Mon, 16 Nov 2009 20:42:02 GMT</pubDate>
      <dc:creator>Dermot</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16821</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16821</guid>
      <description>2009/11/12 Soren &lt;soren.j.winslow@...&gt; ... You need the onload() function. Goodluck, Dp.</description>
    </item>
    <item>
      <title>Re: After Page Renders?</title>
      <pubDate>Mon, 16 Nov 2009 20:39:53 GMT</pubDate>
      <dc:creator>Soren</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16820</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16820</guid>
      <description>Yes, I know about onload. the problem with that is that it is on load and does not wait for the page to render. Soren</description>
    </item>
    <item>
      <title>Re: After Page Renders?</title>
      <pubDate>Sat, 14 Nov 2009 22:02:38 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16819</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16819</guid>
      <description>Meet your new friend the onload event. &lt;body onload=&quot;myFunc();&quot;&gt; or (IIRC) document.onload = myFunc; function myFunc() { //  function body... } Sorry not to be</description>
    </item>
    <item>
      <title>After Page Renders?</title>
      <pubDate>Fri, 13 Nov 2009 17:54:47 GMT</pubDate>
      <dc:creator>Soren</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16818</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16818</guid>
      <description>Is there a way to trigger a function after a page completely loads or an element completely loads? Here is what I am trying to do. At</description>
    </item>
    <item>
      <title>Re: formmail script</title>
      <pubDate>Tue, 10 Nov 2009 20:52:43 GMT</pubDate>
      <dc:creator>Sándor Tamás (HostWare Kft.)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16817</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16817</guid>
      <description>Hi, I just found this page for emailing a form in Javascript. Without PHP (or any other server side extension) this is the most you can do: </description>
    </item>
    <item>
      <title>Interesting image swap/CSS change scripting - not sure where to star</title>
      <pubDate>Tue, 10 Nov 2009 20:52:42 GMT</pubDate>
      <dc:creator>Marian</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16816</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16816</guid>
      <description>Hi all I am converting a graphics-heavy, tabled layout to a CSS layout and it has navigation on the left and black and white thumbs on the right. Currently,</description>
    </item>
    <item>
      <title>image preview before upload</title>
      <pubDate>Tue, 10 Nov 2009 20:52:19 GMT</pubDate>
      <dc:creator>nikunj_05ce35</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16815</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16815</guid>
      <description>when client uploads any image at that time before uploading the image i want to display that image to the client. so please provide me the snippet of</description>
    </item>
    <item>
      <title>Re: formmail script</title>
      <pubDate>Tue, 10 Nov 2009 19:49:31 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16814</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16814</guid>
      <description>... For something that generates emails, you need a server-side app. Since you&#39;re using XAMPP, you&#39;ve got your choice of apps using PHP or Perl that can do</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Mon, 09 Nov 2009 20:33:44 GMT</pubDate>
      <dc:creator>Amit</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16813</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16813</guid>
      <description>I highly recommend you to use w3schools.com website for javascript and other web-design applications. for practice on javascript downloads web-templates on</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Mon, 09 Nov 2009 20:32:44 GMT</pubDate>
      <dc:creator>Amit</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16812</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16812</guid>
      <description>HI this is Amit Sorot your answer:use w3schools.com or hscript.com</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Mon, 09 Nov 2009 20:31:18 GMT</pubDate>
      <dc:creator>Amit</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16811</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16811</guid>
      <description>what programming language u know plz tell me i want to share with you.i know c,html,javascript,sql server.</description>
    </item>
    <item>
      <title>formmail script</title>
      <pubDate>Mon, 09 Nov 2009 20:30:41 GMT</pubDate>
      <dc:creator>write.research</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16810</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16810</guid>
      <description>This may seem obvious to most of you but it is all new to me. I have set up an xampp server for testing my websites prior to uploading to a host. I want to</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Mon, 09 Nov 2009 20:30:38 GMT</pubDate>
      <dc:creator>Amit</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16809</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16809</guid>
      <description>hi i am amit sorot and i tell you where you can learn about DOM AND JAVASCRIPT and other web design application.don&#39;t to be panic use website w3schools.com</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Thu Dec 17 09:09:44 PST 2009 -->
