<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041342" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041342</link>
    <description></description>
    <language>en</language>
          <item>
    <title>well you&#039;re welcome
it&#039;s a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230981</link>
    <description> &lt;p&gt;well you&#039;re welcome&lt;/p&gt;
&lt;p&gt;it&#039;s a fact that even people like me and Jenn (yes, she has admitted this too) who have been coding for 10 years still look up syntax for specific tags - for optimal display and functions, or to find hooks for DHTML manipulation with JavaScript and/or CSS&lt;/p&gt;
&lt;p&gt;like I couldn&#039;t remember the wrap attributes for a textarea (off, physical, virtual - and I just &lt;a href=&quot;http://webdesign.about.com/library/weekly/bl_aaformstut3.htm&quot;&gt;looked it up again&lt;/a&gt; because I couldn&#039;t remember if there is a 4th attribute) - and didn&#039;t find it on w3schools, but found it on Jenn&#039;s About.com site.&lt;/p&gt;
&lt;p&gt;It is good to find a repository like &lt;a href=&quot;http://w3schools.com&quot;&gt;W3schools&lt;/a&gt; or the &lt;a href=&quot;http://webdesign.about.com&quot;&gt;About.com&lt;/a&gt; site for reference&lt;/p&gt;
&lt;p&gt;here&#039;s another good &lt;a href=&quot;http://webdesign.about.com/od/xhtml/p/tags_codes_ref.htm&quot;&gt;reference page&lt;/a&gt; at Jenn&#039;s About.com site&lt;/p&gt;
&lt;p&gt;I prefer the w3schools site I can usually find what I&#039;m looking for in 2-3 clicks, HTML, DOM, JavaScript, PHP, MySQL -- but I know what I&#039;m looking for. The more tutorial About.com site might suit you better, the tutorials on w3schools are good but maybe better as refreshers than as introductions.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jun 2008 22:18:00 +0000</pubDate>
 <dc:creator>netsperience</dc:creator>
 <guid isPermaLink="false">comment 1230981 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Many thanks for the advice</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230975</link>
    <description> &lt;p&gt;Many thanks for the advice (and patience). &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;- Roy&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jun 2008 21:03:34 +0000</pubDate>
 <dc:creator>rtroxel</dc:creator>
 <guid isPermaLink="false">comment 1230975 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You are giving the</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230966</link>
    <description> &lt;p&gt;You are giving the checkboxes individual names and the same value&lt;/p&gt;
&lt;p&gt;That won&#039;t work&lt;/p&gt;
&lt;p&gt;Try&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;p&amp;gt;Please contact me about meeting with prospective freshmen (CAAAN):&lt;br /&gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;contact&amp;quot; value=&amp;quot;CAAN&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;Please contact me about volunteering for a Club committee:&lt;br /&gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;contact&amp;quot; value=&amp;quot;committee&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;Please contact me by Email:&lt;br /&gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;contact&amp;quot; value=&amp;quot;email&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;Please contact me by US Mail:&lt;br /&gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;contact&amp;quot; value=&amp;quot;usmail&amp;quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Until you are more proficient in basic HTML I would advise against trying any JavaScript add-ons&lt;/p&gt;
&lt;p&gt;Jennifer Kyrnin has an excellent site for &lt;a href=&quot;http://webdesign.about.com/od/forms/HTML_Forms.htm&quot;&gt;Web Design on About.com&lt;/a&gt; and you can try learning some HTML syntax and standards there.&lt;/p&gt;
&lt;p&gt;Good luck - don&#039;t be afraid to ask questions here, but try to check your HTML syntax first.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jun 2008 20:41:18 +0000</pubDate>
 <dc:creator>netsperience</dc:creator>
 <guid isPermaLink="false">comment 1230966 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Hmmmm. Maybe I haven&#039;t been</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230950</link>
    <description> &lt;p&gt;Hmmmm. Maybe I haven&#039;t been too clear.&lt;/p&gt;
&lt;p&gt;Here is the code for the form I want to run:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form action=&amp;quot;http://www.alumni.cornell.edu/cfxcgi/sendmail.cfm&amp;quot; method=&amp;quot;post&amp;quot; name=&amp;quot;demoForm&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;mail_confirmation_page&amp;quot; value=&amp;quot;http://ccmaryland.alumni.cornell.edu/thankyou.htm&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;mail_to&amp;quot; value=&amp;quot;rtroxel@comcast.net&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;mail_subject&amp;quot; value=&amp;quot;Membership Form, 2008-2009&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;p&amp;gt;Name: &lt;br /&gt;&amp;nbsp; &amp;lt;input name=&amp;quot;mail_name&amp;quot; type=&amp;quot;text&amp;quot; size=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;p&amp;gt;Email: &lt;br /&gt;&amp;nbsp; &amp;lt;input name=&amp;quot;mail_from&amp;quot; type=&amp;quot;text&amp;quot; size=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;p&amp;gt;Address 1: &lt;br /&gt;&amp;nbsp; &amp;lt;input name=&amp;quot;mail_address&amp;quot; type=&amp;quot;text&amp;quot; size=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;p&amp;gt;Address 2: &lt;br /&gt;&amp;nbsp; &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;mail_address_2&amp;quot; size=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;p&amp;gt;Phone: &lt;br /&gt;&amp;nbsp; &amp;lt;input name=&amp;quot;mail_phone&amp;quot; type=&amp;quot;text&amp;quot; size=&amp;quot;50&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Please contact me about meeting with prospective freshmen (CAAAN): &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;CAAAN&amp;quot; value=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Please contact me about volunteering for a Club committee.&lt;br /&gt;&amp;nbsp;&amp;nbsp; 			&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;Committee&amp;quot; value=&amp;quot;yes&amp;quot;&amp;gt; &lt;br /&gt;		&amp;lt;p&amp;gt;Please contact me by: &lt;br /&gt;		Email &amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;Email&amp;quot; value=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;		US Mail.&amp;lt;input type=&amp;quot;checkbox&amp;quot; name=&amp;quot;USmail&amp;quot; value=&amp;quot;yes&amp;quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;lt;p&amp;gt;What types of events would you like to see the club organize?&amp;lt;br&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;lt;textarea name=&amp;quot;mail_message&amp;quot; cols=&amp;quot;30&amp;quot; rows=&amp;quot;5&amp;quot;&amp;gt; &amp;lt;/textarea&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;center&amp;gt; &amp;lt;input name=&amp;quot;submit&amp;quot; type=&amp;quot;submit&amp;quot; value=&amp;quot;submit&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input name=&amp;quot;reset&amp;quot; type=&amp;quot;reset&amp;quot; value=&amp;quot;reset&amp;quot;&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
 The visitor is supposed to fill in the data blanks and then check the appropriate boxes. When the visitor clicks on &quot;submit&quot;, the information should be sent to me via email. This works just fine, except for the checkboxes.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jun 2008 17:59:07 +0000</pubDate>
 <dc:creator>rtroxel</dc:creator>
 <guid isPermaLink="false">comment 1230950 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Roy,
not sure what you are</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230944</link>
    <description> &lt;p&gt;Roy,&lt;/p&gt;
&lt;p&gt;not sure what you are trying to achieve here.&lt;/p&gt;
&lt;p&gt;I fixed the problems with your page&lt;/p&gt;
&lt;p&gt;1. You created 2 forms so reference to document.forms[0] did not work. I removed the second form and included it in the main form. You probably could have also referenced it with document.forms[1] - it is usually a good practice to give the form a name and/or id but this works for simple pages with few forms.&lt;/p&gt;
&lt;p&gt;2. checkboxes require the same name value and yours were different. I renamed them both &quot;coffee&quot;&lt;/p&gt;
&lt;p&gt;3. you assigned CAAN=document.forms[0].coffee; but then the script couldn&#039;t find array &quot;coffee&quot; I changed it to coffee=document.forms[0].coffee;&lt;/p&gt;
&lt;p&gt;I am attaching the corrected file&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jun 2008 16:07:14 +0000</pubDate>
 <dc:creator>netsperience</dc:creator>
 <guid isPermaLink="false">comment 1230944 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Here&#039;s my working</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230937</link>
    <description> &lt;p&gt;Here&#039;s my working link:&lt;br /&gt;
&lt;a href=&quot;http://ccmaryland.alumni.cornell.edu/Membership_JS_Form.htm&quot;&gt;http://ccmaryland.alumni.cornell.edu/Membership_JS_Form.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;As you can see, I&#039;ve tried programming checkboxes with both JS and regular HTML.&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;Roy&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Jun 2008 14:25:56 +0000</pubDate>
 <dc:creator>rtroxel</dc:creator>
 <guid isPermaLink="false">comment 1230937 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Have a look at</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript-and-checkboxes#comment-1230920</link>
    <description> &lt;p&gt;Have a look at &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/htmldom/dom_obj_checkbox.asp&quot; title=&quot;http://www.w3schools.com/htmldom/dom_obj_checkbox.asp&quot;&gt;http://www.w3schools.com/htmldom/dom_obj_checkbox.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;also&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/htmldom/dom_obj_form.asp&quot; title=&quot;http://www.w3schools.com/htmldom/dom_obj_form.asp&quot;&gt;http://www.w3schools.com/htmldom/dom_obj_form.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/htmldom/dom_examples.asp&quot; title=&quot;http://www.w3schools.com/htmldom/dom_examples.asp&quot;&gt;http://www.w3schools.com/htmldom/dom_examples.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;with some examples such as&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/js/tryit.asp?filename=try_dom_input_checked&quot; title=&quot;http://www.w3schools.com/js/tryit.asp?filename=try_dom_input_checked&quot;&gt;http://www.w3schools.com/js/tryit.asp?filename=try_dom_input_checked&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.w3schools.com/js/tryit.asp?filename=tryjs_form_checkbox&quot; title=&quot;http://www.w3schools.com/js/tryit.asp?filename=tryjs_form_checkbox&quot;&gt;http://www.w3schools.com/js/tryit.asp?filename=tryjs_form_checkbox&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Jun 2008 23:20:51 +0000</pubDate>
 <dc:creator>netsperience</dc:creator>
 <guid isPermaLink="false">comment 1230920 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
