<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012308" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012308</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validation#comment-1070939</link>
    <description> &lt;p&gt;Max,&lt;/p&gt;
&lt;p&gt;Yes, it worked.  And I actually do have four seperate groups of radio buttons, with 6-8 choices per group.  It was a real pain to verify, that&#039;s why I was looking for something easier!  The loop is definitely easier than listing out 32 seperate &quot;if&quot; statements!  Thanks again!&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Sep 2000 12:13:18 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1070939 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validation#comment-1070934</link>
    <description> &lt;p&gt;A method like that would be a lot easier.  An it&#039;a be cleaner too.  Just imagine a whole lott&#039;a groups of checkboxes of radio buttons... If you had to check each group for one, that&#039;a be a lot of loops.&lt;/p&gt;
&lt;p&gt;Did it work?&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Sep 2000 05:08:53 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validation#comment-1070924</link>
    <description> &lt;p&gt;Max,&lt;/p&gt;
&lt;p&gt;Thanks for your reply!  That&#039;s a good idea, and definitely is better than listing all the cases one by one.  Should have thought of that myself!  I still think they should have provided a statement like:&lt;/p&gt;
&lt;p&gt;if(document.someForm.year.checked==false)&lt;/p&gt;
&lt;p&gt;By leaving off the index it checks the whole list.  Would have made things easier.&lt;/p&gt;
&lt;p&gt;Thanks again!&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Sep 2000 23:54:25 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1070924 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validation#comment-1070923</link>
    <description> &lt;p&gt;use a loop...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script language=javascript&amp;amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;function Validate() {&lt;br /&gt;empty=&amp;quot;yes&amp;quot;&lt;br /&gt;// replace Number with the number of thingies&lt;br /&gt;for (i=0; i &amp;lt; Number; i++) {&lt;br /&gt;&lt;br /&gt;if (document.Form.thingy[i].checked==true) {&lt;br /&gt;empty=&amp;quot;no&amp;quot;&lt;br /&gt;}&lt;br /&gt;} //END for (i=0; i &amp;lt; Number; i++)&lt;br /&gt;&lt;br /&gt;if(empty==&amp;quot;yes&amp;quot;){&lt;br /&gt;alert(&amp;quot;Please select a thingy!&amp;quot;);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;} //END function Validate()&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Check the syntax and stuff, JavaScript isn&#039;t my strong point.&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Sep 2000 23:46:02 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1070923 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
