<?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: From where I get UI component</title>
      <pubDate>Thu, 29 Oct 2009 20:49:52 GMT</pubDate>
      <dc:creator>urmi agnihotri</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16808</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16808</guid>
      <description>hello thank you very much for your information. ... From: Jon Stephens &lt;jon@...&gt; Subject: [JavaScript] Re: From where I get UI component To:</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Thu, 29 Oct 2009 14:45:30 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16807</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16807</guid>
      <description>... JavaScript is a programming language -- that is, a set of rules for performing operations that you can use to write a program. DOM is an object model -- it</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Wed, 28 Oct 2009 18:23:28 GMT</pubDate>
      <dc:creator>urmi agnihotri</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16806</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16806</guid>
      <description>Thanks for giving answer. can you tell me complete method and from where i get examples about this document.createElem ent() ; and i m new in javascript or you</description>
    </item>
    <item>
      <title>Re: Is it possible to write a script(Java script or PHP) to auto log</title>
      <pubDate>Tue, 27 Oct 2009 16:26:54 GMT</pubDate>
      <dc:creator>ComPhilip</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16805</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16805</guid>
      <description>It is possible to do so in theory. Before doing so. You have to get one thing clearly that how the website recognizes users who already login. Session is the</description>
    </item>
    <item>
      <title>Re: From where I get UI component</title>
      <pubDate>Tue, 27 Oct 2009 14:34:28 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16804</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16804</guid>
      <description>... document.createElement() is your friend. http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-2141741547 cheers jon. -- This message has not been scanned for</description>
    </item>
    <item>
      <title>Re: auto login script ...</title>
      <pubDate>Tue, 27 Oct 2009 14:31:47 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16803</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16803</guid>
      <description>... This is perfect opportunity for you to learn about the Form object. Find a good JavaScript/DOM reference (Google is your friend), and go for it. hint: the</description>
    </item>
    <item>
      <title>Is it possible to write a script(Java script or PHP) to auto login t</title>
      <pubDate>Mon, 26 Oct 2009 17:36:15 GMT</pubDate>
      <dc:creator>samikuti2001</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16802</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16802</guid>
      <description>I want to know if there is a way to write a function(java script or PHP) so that i can pass a username and password and it will log me to a website? I just</description>
    </item>
    <item>
      <title>From where I get UI component</title>
      <pubDate>Mon, 26 Oct 2009 17:32:13 GMT</pubDate>
      <dc:creator>urmi agnihotri</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16801</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16801</guid>
      <description>hii to alll.. I want to make a Application using javascript  UI component - like button, Textbox label. and i want to make all this UI component using</description>
    </item>
    <item>
      <title>auto login script ...</title>
      <pubDate>Mon, 26 Oct 2009 17:32:10 GMT</pubDate>
      <dc:creator>samikuti2001</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16800</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16800</guid>
      <description>Hello group, I am working on a class project and i couldn&#39;t figure out how to write auto login function using java script. I want to pass user name and</description>
    </item>
    <item>
      <title>Re: Open File</title>
      <pubDate>Sat, 24 Oct 2009 18:15:24 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16799</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16799</guid>
      <description>Hallå, Browser scripts generally do not have access to the user&#39;s local filesystem, which is a good thing, since this would constitute a security hole just</description>
    </item>
    <item>
      <title>Open File</title>
      <pubDate>Fri, 23 Oct 2009 19:17:12 GMT</pubDate>
      <dc:creator>Wijaya Kusuma</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16798</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16798</guid>
      <description>Hello, I need an example code for open file with javascript. Thank you, Wijaya Kusuma</description>
    </item>
    <item>
      <title>Re: Clock on website showing remaining time</title>
      <pubDate>Wed, 21 Oct 2009 15:36:42 GMT</pubDate>
      <dc:creator>Jon Stephens</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16797</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16797</guid>
      <description>... This sounds suspiciously like a homework assignment. Please don&#39;t ask the list to do your homework for you. I suggest you outline a solution, implement</description>
    </item>
    <item>
      <title>Clock on website showing remaining time</title>
      <pubDate>Tue, 20 Oct 2009 18:36:22 GMT</pubDate>
      <dc:creator>nccustudent</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16796</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16796</guid>
      <description>Hello, I need some help here.  I am new to javascript.  I need to create a webpage that displays continously up to the second how many hours, minutes and</description>
    </item>
    <item>
      <title>find grid cell position</title>
      <pubDate>Tue, 13 Oct 2009 17:03:58 GMT</pubDate>
      <dc:creator>Nag B</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16795</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16795</guid>
      <description>Hi, I need to find position of Grid Cell (x &amp; y coordinates) within a GridView. Gridview is placed in a div tag. and the page has a master page. I am using</description>
    </item>
    <item>
      <title>Re: help me to open html file from my pc - javascript</title>
      <pubDate>Tue, 13 Oct 2009 17:03:24 GMT</pubDate>
      <dc:creator>www.allpctips.co.cc</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JavaScript_Official/message/16794</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JavaScript_Official/message/16794</guid>
      <description>ok...check u browser if there is javascript is enabled or not???? ie give error sometime............. the code is correct...... ... -- Windows Tips and Tricks </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Mon Nov  9 00:44:04 PST 2009 -->
