<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023205" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023205</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/disableable-form-buttons#comment-1142736</link>
    <description> &lt;p&gt;Oh well I guess I can scrap that idea, can use if/else on the next page, one more page wont hurt them &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;thanks guys&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Dec 2003 21:50:24 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1142736 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/disableable-form-buttons#comment-1142730</link>
    <description> &lt;p&gt;I had a project once where I had several drop downs who&#039;s values were dependant on previous drop downs.  Nothing really special about this except the number of combinations that were possible.  The solution we came up with was to use a database with a dependency table and php to print out a complex JavaScript to run the client-side form controls.  The page was very heavy to load but performed as needed.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Dec 2003 18:13:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1142730 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/disableable-form-buttons#comment-1142707</link>
    <description> &lt;p&gt;Controlling form elements is only client-side, unfortunately. Flash/Java/etc can check with the server, but that&#039;s probably not a good option. &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;
 </description>
     <pubDate>Mon, 15 Dec 2003 08:18:18 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1142707 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/disableable-form-buttons#comment-1142705</link>
    <description> &lt;p&gt;would rather not use javascript if can help it&lt;/p&gt;
&lt;p&gt;I&#039;m not sure you want to offer to do the if/else, it&#039;s over 1200 options in total from 35 main options. with PHP it&#039;s not so bad as the selected items can be checked against the database catagories and jumping from javascript to php and back would be massive amount of code to include a noscript option.&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Dec 2003 07:53:33 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1142705 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/disableable-form-buttons#comment-1142693</link>
    <description> &lt;p&gt;&lt;code&gt;&amp;lt;input type=&amp;quot;submit&amp;quot; id=&amp;quot;submitbutton&amp;quot; disabled=&amp;quot;true&amp;quot; /&amp;gt;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;  And you can enable it using the DOM, something like:&lt;/p&gt;
&lt;p&gt;  &lt;code&gt;document.getElementById(&amp;quot;submitbutton&amp;quot;).disabled=false;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;  Add if/else statements around it to check if the dropdowns are all selected. Do you want help with that also?   &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;
 </description>
     <pubDate>Mon, 15 Dec 2003 03:29:50 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1142693 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/disableable-form-buttons#comment-1142683</link>
    <description> &lt;p&gt;I have never seen this done with PHP but I have seen it done with Javascript though. Don&#039;t know how to do it and can&#039;t find it anywhere either :S&lt;/p&gt;
 </description>
     <pubDate>Mon, 15 Dec 2003 02:01:52 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1142683 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
