<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013229" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013229</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks so much</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/it-just-doesnt-work#comment-1076730</link>
    <description> &lt;p&gt;Thanks that did the trick. I see now what I did wrong. I forgot to put the variable command? VAR and a quote and a semi-colon.&lt;/p&gt;
&lt;p&gt;I would have spent the better part of the rest of my life finding that darn semi-colon!&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;Bob&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Jan 2001 01:37:22 +0000</pubDate>
 <dc:creator>artnow</dc:creator>
 <guid isPermaLink="false">comment 1076730 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/it-just-doesnt-work#comment-1076726</link>
    <description> &lt;p&gt;Try this in stead of your javascript:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;amp;gt;&lt;br /&gt;function roomArea() {&lt;br /&gt;var length = parseInt(document.areaform.length.value);&lt;br /&gt;var width = parseInt(document.areaform.width.value);&lt;br /&gt;area = (length*width);&lt;br /&gt;document.areaform.area.value = area;&lt;br /&gt;}&lt;br /&gt;function roomArea2() {&lt;br /&gt;var length = parseInt(document.areaform.length.value);&lt;br /&gt;var width = parseInt(document.areaform.width.value);&lt;br /&gt;area2 = (length*width)/9;&lt;br /&gt;document.areaform.area2.value = area2;&lt;br /&gt;}&lt;br /&gt;//&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
and this in stead of your submit form:&lt;br /&gt;
&lt;code&gt;&amp;lt;input type=button value=&amp;quot;Submit&amp;quot; name=solve onClick=&amp;quot;roomArea(); roomArea2()&amp;quot;&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 14 Jan 2001 20:44:11 +0000</pubDate>
 <dc:creator>Jonathan Michaelson</dc:creator>
 <guid isPermaLink="false">comment 1076726 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
