<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012804" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012804</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074386</link>
    <description> &lt;p&gt;oops..&lt;/p&gt;
&lt;p&gt;I don&#039;t have NN installed, so I know I&#039;m missing a lot of this cross-browser stuff.  Well, live and learn. thx&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Nov 2000 17:34:40 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074386 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074377</link>
    <description> &lt;p&gt;Hi Max,&lt;/p&gt;
&lt;p&gt;  Nice &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; but Netscape doesn&#039;t like &#039;style&#039; commands in html tags &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Nov 2000 15:44:27 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1074377 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074355</link>
    <description> &lt;p&gt;add:&lt;br /&gt;
style=&quot;border=0; text-align=right&quot;&lt;br /&gt;
and the &#039;box&#039; disapears...&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Nov 2000 07:02:52 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074355 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074343</link>
    <description> &lt;p&gt;Hi fairhousing,&lt;/p&gt;
&lt;p&gt;  I&#039;m not sure what you are attempting, nor if this is related to your other post.  However, if you are willing to use a textbox, you can use the following:&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&#039;javascript&#039;&amp;gt;&lt;/p&gt;
&lt;p&gt;function add(formObj, incrementVal)&lt;br /&gt;
{&lt;br /&gt;
formObj.numField.value += incrementVal;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;;&lt;br /&gt;
;&lt;/p&gt;
&lt;p&gt;Notes:&lt;br /&gt;
1) The blur() statement will prevent the user from changing the contents of the field.&lt;br /&gt;
2) The form object and increment value are passed as parameters. You can remove the parameters and hardcode everything, but it&#039;s much more reusable this way.&lt;br /&gt;
3) I&#039;m leaving the conversion of text to integer to you. &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;Vinny&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Nov 2000 01:50:31 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1074343 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074184</link>
    <description> &lt;p&gt;post the solution here if you find one... I tried playing with it for a little while, but was getting nowhere.&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Nov 2000 05:01:13 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074184 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074142</link>
    <description> &lt;p&gt;thx, it looks like i may be able to disect those scripts to give me an idea of how to do what i want to do.&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Nov 2000 19:29:33 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1074142 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074111</link>
    <description> &lt;p&gt;no...&lt;/p&gt;
&lt;p&gt;you can look at these JS toys I&#039;ve written, but they both use form elements (like the example I have above).&lt;br /&gt;
&lt;a href=&quot;http://atomicpixels.com/files/guessnum.html&quot; class=&quot;bb-url&quot;&gt;Guess The Number&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://atomicpixels.com/files/rancolors.html&quot; class=&quot;bb-url&quot;&gt;Random Colors&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have you tried my above code?  you should, the textbox is invisible, and it &lt;strong&gt;works&lt;/strong&gt;.  Or won&#039;t it work for your specific need?&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Nov 2000 07:04:31 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074111 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074110</link>
    <description> &lt;p&gt;yeah, any idea how i fix that?&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Nov 2000 06:58:36 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1074110 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074107</link>
    <description> &lt;p&gt;look at your source AFTER you click...&lt;br /&gt;
your javascript is gone, that&#039;s your problem&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Nov 2000 06:40:44 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074107 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/trying-use-javascript-keep-adding-number#comment-1074105</link>
    <description> &lt;p&gt;the number starts at 11.  a click then makes the number 12, but i can&#039;t get it to go any higher than 12, hmm.&lt;/p&gt;
 </description>
     <pubDate>Wed, 15 Nov 2000 06:36:05 +0000</pubDate>
 <dc:creator>fairhousing</dc:creator>
 <guid isPermaLink="false">comment 1074105 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
