<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: gmail code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 20 Aug 2008 11:49:11 GMT</pubDate>
    <description>DZone Snippets: gmail code</description>
    <item>
      <title>Gmail - Select All Spam</title>
      <link>http://snippets.dzone.com/posts/show/4374</link>
      <description>// Standard HTML GMail does not have a select all option on the Spam page(s). Paste this into firebug console to select all...&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for (i = 0; i &lt; document.f.t.length; i++) {document.f.t[i].checked = true;}&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;for each(s in document.f.t){s.checked=true;}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 31 Jul 2007 14:58:01 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4374</guid>
      <author>emartin24 (Eric Martin)</author>
    </item>
  </channel>
</rss>
