<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>JS-Jive at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/JS-Jive/</link>
    <description>The premiere Yahoo! Javascript Group</description>

    <item>
      <title>Progressive submenus</title>
      <pubDate>Mon, 30 Mar 2009 20:12:34 GMT</pubDate>
      <dc:creator>Dean Hamack</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21091</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21091</guid>
      <description>I&#39;ve been searching all over the place, but can&#39;t seem to find an example of what I&#39;m trying to do. Hoping someone here can point me in the right direction. </description>
    </item>
    <item>
      <title>Re: Making radio button submit form</title>
      <pubDate>Fri, 20 Feb 2009 22:57:35 GMT</pubDate>
      <dc:creator>Rafael Raposo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21090</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21090</guid>
      <description>You are making a big mistake. Just do a onclick=&quot;Ship_Option(this.form)&quot; on each item And inside the function function Ship_Option(form) { form.submit(); } You</description>
    </item>
    <item>
      <title>Re: Making radio button submit form</title>
      <pubDate>Fri, 20 Feb 2009 22:40:02 GMT</pubDate>
      <dc:creator>Bob</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21089</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21089</guid>
      <description>... From: &quot;tmallan&quot; ... Hi tmallan, This group doesn&#39;t seem to be very active of lately, though there seems to be quite a few group members. I&#39;m a newbie at</description>
    </item>
    <item>
      <title>Making radio button submit form</title>
      <pubDate>Wed, 18 Feb 2009 22:46:11 GMT</pubDate>
      <dc:creator>tmallan</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21088</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21088</guid>
      <description>This form allows a customer to choose a shipping option. While it submits the form, no matter which button is selected, the same value is always submitted. </description>
    </item>
    <item>
      <title>Re: Can I use js to include a stylesheet?</title>
      <pubDate>Fri, 02 Jan 2009 06:54:15 GMT</pubDate>
      <dc:creator>Hassan Schroeder</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21087</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21087</guid>
      <description>... The method you&#39;re interested in is `addClassName()` -- google for docs/examples. :-) HTH, -- Hassan Schroeder ------------------------</description>
    </item>
    <item>
      <title>Re: Can I use js to include a stylesheet?</title>
      <pubDate>Fri, 02 Jan 2009 05:33:35 GMT</pubDate>
      <dc:creator>Dean Hamack</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21086</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21086</guid>
      <description>Thanks Hassan. I think I like option number two. So how do I add the class to the body tag with js?</description>
    </item>
    <item>
      <title>Re: Can I use js to include a stylesheet?</title>
      <pubDate>Thu, 01 Jan 2009 06:19:09 GMT</pubDate>
      <dc:creator>Hassan Schroeder</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21085</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21085</guid>
      <description>... document.write is (IMO) clumsy and ugly, and doesn&#39;t work in a true XHTML page. Forget you ever heard of it :-) Alternatives: 1) directly manipulate the</description>
    </item>
    <item>
      <title>Can I use js to include a stylesheet?</title>
      <pubDate>Wed, 31 Dec 2008 23:48:18 GMT</pubDate>
      <dc:creator>Dean Hamack</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21084</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21084</guid>
      <description>This is probably a dumb question, but I&#39;m a js dummie, so forgive me. The idea is I want to have a stylesheet for all users (both with and without js), and</description>
    </item>
    <item>
      <title>utf-8 to unicode conversion</title>
      <pubDate>Mon, 06 Aug 2007 17:56:31 GMT</pubDate>
      <dc:creator>Amineh</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21083</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21083</guid>
      <description>i have a js file which reads data from my database in utf8 format, unless i convert the data to unicode format it could not be shown on my web pages and since</description>
    </item>
    <item>
      <title>IE 7 javascript issue</title>
      <pubDate>Wed, 20 Jun 2007 18:51:03 GMT</pubDate>
      <dc:creator>Ashish Kumar</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21082</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21082</guid>
      <description>Hi All, I am facing issues with IE 7. If I have a simple page with the following content: &lt;html&gt;&lt;body&gt;&lt;script&gt; var aaa = new Object(); aaa.data = &quot;bbb&quot;; //...</description>
    </item>
    <item>
      <title>Re: IE, making DIV visible, &amp; FORM fields showing thru</title>
      <pubDate>Tue, 12 Jun 2007 22:07:27 GMT</pubDate>
      <dc:creator>Robertson-Ravo, Neil (RX)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21081</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21081</guid>
      <description>Yep, exactly you have to hide those elements in order for you div not take go behind. &quot;This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, </description>
    </item>
    <item>
      <title>Re: IE, making DIV visible, &amp; FORM fields showing thru</title>
      <pubDate>Tue, 12 Jun 2007 22:02:17 GMT</pubDate>
      <dc:creator>Don Arnett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21080</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21080</guid>
      <description>Thanks.  Now I won&#39;t waste a ton of time looking for an answer. By &quot;switch them off when the DIV is shown&quot;, do you mean to hide the SELECT objects? ... the DIV</description>
    </item>
    <item>
      <title>Re: IE, making DIV visible, &amp; FORM fields showing thru</title>
      <pubDate>Tue, 12 Jun 2007 20:44:59 GMT</pubDate>
      <dc:creator>Robertson-Ravo, Neil (RX)</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21079</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21079</guid>
      <description>This is an age old known issue, you have to switch them off when the DIV is shown. &quot;This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, </description>
    </item>
    <item>
      <title>IE, making DIV visible, &amp; FORM fields showing thru</title>
      <pubDate>Tue, 12 Jun 2007 20:23:53 GMT</pubDate>
      <dc:creator>Don Arnett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21078</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21078</guid>
      <description>I am displaying/hiding a DIV by changing visibility between visible and hidden when the user mouses over a link. So, when the user hovers over this link, a</description>
    </item>
    <item>
      <title>Re: JavaScript Debugging on IE7?</title>
      <pubDate>Fri, 01 Jun 2007 14:43:46 GMT</pubDate>
      <dc:creator>Don Arnett</dc:creator>
      <link>http://tech.groups.yahoo.com/group/JS-Jive/message/21077</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/JS-Jive/message/21077</guid>
      <description>I downloaded VS Web Developer Edition.  It wasn&#39;t obvious how to use (or even find) the debugger on an existing page. Today I found this webpage (link below)</description>
    </item>

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