<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011817" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011817</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkbox#comment-1067883</link>
    <description> &lt;p&gt;Yes, everything is OK.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Jul 2000 14:23:22 +0000</pubDate>
 <dc:creator>dhaliwam</dc:creator>
 <guid isPermaLink="false">comment 1067883 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkbox#comment-1067864</link>
    <description> &lt;p&gt;So everything&#039;s ok now?&lt;br /&gt;
Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jul 2000 22:27:18 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1067864 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkbox#comment-1067846</link>
    <description> &lt;p&gt;Sorry that was typo error, I was using &lt;/p&gt;
&lt;p&gt;first_question.checked = false; &lt;/p&gt;
&lt;p&gt;last_question.checked = false; &lt;/p&gt;
&lt;p&gt;I guess it was nescape, which was causing problems&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jul 2000 15:42:29 +0000</pubDate>
 <dc:creator>dhaliwam</dc:creator>
 <guid isPermaLink="false">comment 1067846 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkbox#comment-1067845</link>
    <description> &lt;p&gt;Sorry that was typo error, I was using&lt;br /&gt;
first_question.checked == true; &lt;/p&gt;
&lt;p&gt;first_question.checked = false; &lt;/p&gt;
&lt;p&gt;last_question.checked = false; &lt;/p&gt;
&lt;p&gt;I guess it was nescape, which was causing problems&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jul 2000 15:41:59 +0000</pubDate>
 <dc:creator>dhaliwam</dc:creator>
 <guid isPermaLink="false">comment 1067845 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checkbox#comment-1067829</link>
    <description> &lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;  Neither should work.  You are using the comparison symbol instead of the assignment symbol.&lt;/p&gt;
&lt;p&gt; question1.checked == true  is asking if the statement is true.&lt;/p&gt;
&lt;p&gt; If you want to assign a value, you need to use 1 equal sign. As in:&lt;br /&gt;
 question1.checked = true;&lt;br /&gt;
 question1.checked = false; &lt;/p&gt;
&lt;p&gt; If you want to know if it is checked or not, you use:&lt;/p&gt;
&lt;p&gt; if (question1.checked)  &lt;/p&gt;
&lt;p&gt;you do not need to say &quot;== true&quot; or &quot;== false&quot;.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Jul 2000 01:35:26 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1067829 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
