<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003011" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003011</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-2-questions-forms-i-promiss#comment-1013285</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;   Suzanne is right.  Do not you a radio button for each of the items -- use checkboxes or group the items into categories and then use radio buttons.&lt;/p&gt;
&lt;p&gt;   radio name=&#039;wood&#039; value=&#039;1&#039;&amp;gt;Ash&lt;br /&gt;
   radio name=&#039;wood&#039; value=&#039;2&#039;&amp;gt;Pine&lt;br /&gt;
   etc.&lt;/p&gt;
&lt;p&gt;I realize the above category doesn&#039;t fit your needs, but perhaps you need to rethink your eCommerce site so that you can use categories. (I presume that&#039;s what you&#039;re creating.) It will save time later when the site grows and begin adding new items.&lt;/p&gt;
&lt;p&gt;-------------&lt;br /&gt;
And what will we do tomorrow, Brain?&lt;br /&gt;
What we do everyday, Pinky.&lt;br /&gt;
Take over the world!!!&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Mar 2000 02:33:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1013285 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-2-questions-forms-i-promiss#comment-1013284</link>
    <description> &lt;p&gt;But you shouldn&#039;t do that as it breaks the user expectation and the intended function of a radio button!&lt;/p&gt;
&lt;p&gt;A radio button should be one of a bunch of choices.  If you want multiple items in a bunch of choices, use the checkbox because that is what it is for.&lt;/p&gt;
&lt;p&gt;A group of radio buttons SHOULD have the same name and different values, whereas a group of checkboxes should have different names.&lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Mar 2000 09:50:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013284 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-2-questions-forms-i-promiss#comment-1013283</link>
    <description> &lt;p&gt;Each INPUT needs to have a different NAME&lt;/p&gt;
&lt;p&gt;input type=radio name=porcelain_items value=&quot; &quot;&lt;br /&gt;
input type=radio name=brass_items value=&quot; &quot;&lt;/p&gt;
&lt;p&gt;etc, etc.&lt;/p&gt;
&lt;p&gt;What would have happened with your version is that as each radio button was clicked, the value associated with the variable NAMEd &#039;items&#039; would be over-written&lt;/p&gt;
&lt;p&gt;BTW - it&#039;s a lot easier to keep a single thread alive here than starting a new one every few questions  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by AndyB (edited 24 March 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Mar 2000 09:21:00 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1013283 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-2-questions-forms-i-promiss#comment-1013282</link>
    <description> &lt;p&gt;Each of my radio buttons do have their own INPUT line.  This is what I have:&lt;br /&gt;
&amp;lt;H3&amp;gt;What Items would you be interested in?&amp;lt;/H3&amp;gt;&lt;br /&gt;
&amp;lt;P&amp;gt;&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Glass Items&quot;&amp;gt;Glass Items&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Porcelain Items&quot;&amp;gt;Porcelain Items&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Brass Items&quot;&amp;gt;Brass Items&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Wood Items&quot;&amp;gt;Wood Items&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Religious Items&quot;&amp;gt;Religious Items&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Jewelry&quot;&amp;gt;Jewelry&amp;lt;BR&amp;gt;&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Home Decor&quot;&amp;gt;Home Decor&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Business Items&quot;&amp;gt;Business Items&lt;br /&gt;
&amp;lt;INPUT TYPE=&quot;radio&quot; NAME=&quot;Items&quot; VALUE=&quot;Other&quot;&amp;gt;Other&amp;lt;BR&amp;gt;&lt;/p&gt;
&lt;p&gt;Do I need to add to the INPUT line?&lt;/p&gt;
&lt;p&gt; &lt;BLOCKQUOTE&gt;quote:Originally posted by AndyB:&lt;br /&gt;
&lt;strong&gt;Make each radio button on its own INPUT line, i.e. different questions .... or use checkboxes instead. &lt;/strong&gt;&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by AndyB (edited 23 March 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Mar 2000 03:31:00 +0000</pubDate>
 <dc:creator>maveric169</dc:creator>
 <guid isPermaLink="false">comment 1013282 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/last-2-questions-forms-i-promiss#comment-1013281</link>
    <description> &lt;p&gt;Make each radio button on its own INPUT line, i.e. different questions .... or use checkboxes instead. &lt;/p&gt;
&lt;p&gt;&amp;lt;table bgcolor=&quot;whatever_colour&quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
your form&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by AndyB (edited 23 March 2000).]&lt;/p&gt;
 </description>
     <pubDate>Fri, 24 Mar 2000 03:09:00 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1013281 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
