<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016508" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016508</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/advanced-javascript#comment-1095835</link>
    <description> &lt;p&gt;Hi artsapimp,&lt;/p&gt;
&lt;p&gt;you&#039;re welcome &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Mon, 10 Dec 2001 00:40:37 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095835 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/advanced-javascript#comment-1095822</link>
    <description> &lt;p&gt;Thank you.  That definately resembles what I was looking for.  Thank you.&lt;/p&gt;
&lt;p&gt;Art&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 21:35:11 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1095822 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/advanced-javascript#comment-1095816</link>
    <description> &lt;p&gt;Hi artspimp,&lt;/p&gt;
&lt;p&gt;This what you looking for?&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
val = 0;&lt;br /&gt;
function chkIt()&lt;br /&gt;
{&lt;br /&gt;
if (event.keyCode == 13)&lt;br /&gt;
{&lt;br /&gt;
 val++;&lt;br /&gt;
alert(val)&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 18:48:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1095816 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/advanced-javascript#comment-1095803</link>
    <description> &lt;p&gt;I went to Dell.com and found the toUpperCase and it is working fine.  Thank you for that response though.&lt;/p&gt;
&lt;p&gt;How would I write a javascript which will keep a running total of the number of times the Enter key is pressed in a textarea?&lt;/p&gt;
&lt;p&gt;Thanks for any help?&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 15:08:52 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1095803 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/advanced-javascript#comment-1095771</link>
    <description> &lt;p&gt;Use the toUpperCase() function is JS.&lt;/p&gt;
&lt;p&gt;What is your header box? Is it a textarea/form element or just text?&lt;/p&gt;
&lt;p&gt;The following code demonstrates how you can convert text in a textarea to capitals when the user presses any key anywhere on the page.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;body onKeyDown=&amp;#039;document.all.txtArea1.value=document.all.txtArea1.value.toUpperCase()&amp;#039;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;textarea name=&amp;#039;txtArea1&amp;#039;&amp;gt;Test string. This will become upper case when you press any key.&amp;lt;/textarea&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I haven&#039;t used the full DOM so this will only work in IE. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt; Change it to fit with your code.&lt;/p&gt;
&lt;p&gt;I probably didn&#039;t read carefully enough, so I&#039;m yet unclear as to what you&#039;re trying to do with the other matters you referred to. Could you explain further? &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 09 Dec 2001 04:36:19 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1095771 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
