<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012004" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012004</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkboxes#comment-1069198</link>
    <description> &lt;p&gt;Hi bob,&lt;/p&gt;
&lt;p&gt;  figured you would have to after I posted, but I was too tired to think anymore.  Glad it worked out, and no problem on my part.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2000 20:16:35 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1069198 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkboxes#comment-1069196</link>
    <description> &lt;p&gt;Vinny,&lt;/p&gt;
&lt;p&gt;Thanks for the help!  I had to add some code to allow the user to unselect a choice and make a different choice if he wanted, but I think I got it all working now.  Appreciate it!&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2000 19:50:15 +0000</pubDate>
 <dc:creator>Bob</dc:creator>
 <guid isPermaLink="false">comment 1069196 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkboxes#comment-1069190</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  Yes, you can limit the number of checkboxes selected. The easiest method would be to keep a running total and increment it, if the total reaches or exceeds the max, alert the user&lt;/p&gt;
&lt;p&gt;Something like this&lt;/p&gt;
&lt;p&gt;function chkTicks(fldObj)&lt;br /&gt;
{&lt;br /&gt;
 if (numOfChks == maxNum)&lt;br /&gt;
 {&lt;br /&gt;
    fldObj.checked = false;&lt;br /&gt;
    alert(&#039;you can only check&#039; + maxNum + &#039;checkboxes&#039;);&lt;br /&gt;
  }&lt;br /&gt;
  else&lt;br /&gt;
  {&lt;br /&gt;
     numOfChks++;&lt;br /&gt;
    fldObj.checked = true;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 10 Aug 2000 16:32:44 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1069190 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
