<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040440" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040440</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checked-property#comment-1227571</link>
    <description> &lt;p&gt;You&#039;re welcome. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/nerdy.png&quot; title=&quot;Cool&quot; alt=&quot;Cool&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Dec 2007 04:53:08 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1227571 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checked-property#comment-1227570</link>
    <description> &lt;p&gt;Thanks pr0gr4mm3r! Works perfectly.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Dec 2007 04:48:42 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1227570 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/checked-property#comment-1227569</link>
    <description> &lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;function runMe()&lt;br /&gt;{&lt;br /&gt;	status = document.getElementById(&amp;quot;check-box&amp;quot;).checked = false;&lt;br /&gt;}&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; id=&amp;quot;check-box&amp;quot; onclick=&amp;quot;runMe()&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;When you run status = document.getElementById(&quot;check-box&quot;);, Firefox must assign a pointer or something whereas other browsers do not.  In other words, when you assign the checkbox&#039;s status to the variable &#039;status&#039;, that variable, &#039;status&#039; is not related to the checkbox, thus changing the variable does not change the checkbox, unless the variable is a pointer of sorts.  That&#039;s what I&#039;m guessing Firefox is treating it as.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Dec 2007 03:47:47 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1227569 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
