<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>wdf-dom at Yahoo! Groups</title>
    <link>http://groups.yahoo.com/group/wdf-dom/</link>
    <description>JavaScript W3C DOM implementation in the</description>

    <item>
      <title>Re: about document.image1</title>
      <pubDate>Mon, 10 Nov 2008 10:15:41 GMT</pubDate>
      <dc:creator>Paul Wilkins</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5642</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5642</guid>
      <description>... Netscape create the DOM Level 0 standard, which has been around for as long as JavaScript. See http://www.quirksmode.org/js/dom0.html -- Paul Wilkins</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Mon, 10 Nov 2008 07:14:27 GMT</pubDate>
      <dc:creator>ray</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5641</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5641</guid>
      <description>Is this the standard way? ... [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Mon, 10 Nov 2008 06:53:08 GMT</pubDate>
      <dc:creator>ray</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5640</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5640</guid>
      <description>Good trick. Thanks ... [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Mon, 10 Nov 2008 06:43:07 GMT</pubDate>
      <dc:creator>ray</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5639</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5639</guid>
      <description>It seems it also works on Firefox on Linux, as I tested. ... [Non-text portions of this message have been removed]</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 20:42:30 GMT</pubDate>
      <dc:creator>Chad Oakenfold</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5638</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5638</guid>
      <description>There is a document.images object that has all the images on a web page. You can access images using array notation like: document.images [1], maybe the</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 20:41:08 GMT</pubDate>
      <dc:creator>Casey</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5637</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5637</guid>
      <description>... var gbn = document.getElementsByName; var image = gbn(&#39;image1&#39;); There&#39;s your shortened code. - Casey</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 17:07:00 GMT</pubDate>
      <dc:creator>diego nunes</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5636</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5636</guid>
      <description>... It&#39;s a completely non-standard way of doing things, and is a bad idea because it&#39;s implementation-dependent. You can&#39;t complain if some new browser build</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 15:56:19 GMT</pubDate>
      <dc:creator>Ian Petersen</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5635</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5635</guid>
      <description>... Oh, that&#39;s surprising.  Good to know, I guess. Ian</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 15:00:55 GMT</pubDate>
      <dc:creator>Lon Boonen</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5634</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5634</guid>
      <description>... It might be non-standard, but it works in all browsers I just tested: Opera, Safari, Chrome, IE, Firefox. All on Windows BTW.</description>
    </item>
    <item>
      <title>Re: about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 14:22:35 GMT</pubDate>
      <dc:creator>Ian Petersen</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5633</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5633</guid>
      <description>... Nope.  As far as I know, that is a &quot;feature&quot; of Internet Explorer. It&#39;s very non-standard and generally a bad idea. Ian</description>
    </item>
    <item>
      <title>about document.image1</title>
      <pubDate>Fri, 07 Nov 2008 13:18:24 GMT</pubDate>
      <dc:creator>ray</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5632</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5632</guid>
      <description>Hi, all I found I can get the img element named with &quot;image1&quot; in a html by using &quot;document.image1&quot; with javascript. It&#39;s very convenient because I don&#39;t need </description>
    </item>
    <item>
      <title>Re: I am confused with result of hasChildNotes() method of DOM</title>
      <pubDate>Tue, 17 Jun 2008 09:49:47 GMT</pubDate>
      <dc:creator>Jonathan Hurshman</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5631</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5631</guid>
      <description>All the responses so far are correct: it&#39;s because your markup is invalid. To explain why this causes the symptoms you&#39;re seeing, you need to understand that</description>
    </item>
    <item>
      <title>Re: I am confused with result of hasChildNotes() method of DOM</title>
      <pubDate>Mon, 16 Jun 2008 15:53:06 GMT</pubDate>
      <dc:creator>Mone</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5630</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5630</guid>
      <description>You can use the IE Developer toolbar to see how IE goes mad rendering a &lt;tr&gt; inside a &lt;td&gt; On Mon, Jun 16, 2008 at 5:18 PM, Hassan Schroeder</description>
    </item>
    <item>
      <title>Re: I am confused with result of hasChildNotes() method of DOM</title>
      <pubDate>Mon, 16 Jun 2008 15:19:26 GMT</pubDate>
      <dc:creator>Hassan Schroeder</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5629</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5629</guid>
      <description>... Garbage in, garbage out -- a TD can&#39;t have a TR as a child. Using invalid markup causes all kinds of interesting problems. :-) -- Hassan Schroeder</description>
    </item>
    <item>
      <title>Re: I am confused with result of hasChildNotes() method of DOM</title>
      <pubDate>Mon, 16 Jun 2008 15:11:24 GMT</pubDate>
      <dc:creator>Christopher Torgalson</dc:creator>
      <link>http://groups.yahoo.com/group/wdf-dom/message/5628</link>
      <guid isPermaLink="true">http://groups.yahoo.com/group/wdf-dom/message/5628</guid>
      <description>Hi, ... It&#39;s because your markup is invalid. A &lt;tr&gt; can NOT be the immediate child of a &lt;td&gt;. Usually it will be the immediate child of a &lt;table&gt;, but might be</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Thu Dec 31 01:02:27 PST 2009 -->
