<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1027733" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1027733</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/disable-buttons#comment-1164591</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;CptAwesome wrote:&lt;/strong&gt; that works, but you might want to change the &quot;onclick&quot; to &quot;onmouseup&quot; though.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you change to &quot;onmouseup&quot; the javascript will only be executed by mouse clicks and not by tabbing to the buttons and pressing &quot;enter&quot; or &quot;space&quot;. Is there a reason that you should use &quot;onmouseup&quot; instead of &quot;onclick&quot;.&lt;/p&gt;
&lt;p&gt;Joe&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jan 2005 03:20:59 +0000</pubDate>
 <dc:creator>jdiben</dc:creator>
 <guid isPermaLink="false">comment 1164591 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/disable-buttons#comment-1164590</link>
    <description> &lt;p&gt;bah ! ... as simple as that! ... i really need to catch up more on JavaScript...&lt;/p&gt;
&lt;p&gt;Thanks for the code/tips guys!&lt;/p&gt;
&lt;p&gt;Visual&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jan 2005 02:48:13 +0000</pubDate>
 <dc:creator>Visual</dc:creator>
 <guid isPermaLink="false">comment 1164590 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/disable-buttons#comment-1164584</link>
    <description> &lt;p&gt;that works, but you might want to change the &quot;onclick&quot; to &quot;onmouseup&quot; though.&lt;/p&gt;
 </description>
     <pubDate>Sun, 23 Jan 2005 00:38:25 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1164584 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/disable-buttons#comment-1164573</link>
    <description> &lt;p&gt;The following code should help you out. Be sure to name your form and buttons.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form method=post action=&amp;quot;&amp;quot; name=&amp;quot;days&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;button1&amp;quot; name=&amp;quot;button1&amp;quot; &lt;br /&gt;&amp;nbsp; onclick=&amp;quot;javascript: document.days.button1.disabled=true&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;button2&amp;quot; name=&amp;quot;button2&amp;quot; &lt;br /&gt;&amp;nbsp; onclick=&amp;quot;javascript: document.days.button2.disabled=true&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;input type=&amp;quot;button&amp;quot; value=&amp;quot;button3&amp;quot; name=&amp;quot;button3&amp;quot; &lt;br /&gt;&amp;nbsp; onclick=&amp;quot;javascript: document.days.button3.disabled=true&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Joe&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Jan 2005 17:32:14 +0000</pubDate>
 <dc:creator>jdiben</dc:creator>
 <guid isPermaLink="false">comment 1164573 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
