<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018972" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018972</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-question-3#comment-1112300</link>
    <description> &lt;p&gt;Sounds to me like you need a backend script..&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Aug 2002 20:41:33 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1112300 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-question-3#comment-1112299</link>
    <description> &lt;p&gt;One action is to go to another site that accesses a paging system (but the action set on the form right now does this through a URL), the other action (which needs to be added still) would send out an email.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Aug 2002 20:38:10 +0000</pubDate>
 <dc:creator>bijal</dc:creator>
 <guid isPermaLink="false">comment 1112299 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-question-3#comment-1112295</link>
    <description> &lt;p&gt;When you say the form does something, what exactly do you mean? Go to a URL or email or some other function??&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Aug 2002 20:29:52 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1112295 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-question-3#comment-1112289</link>
    <description> &lt;p&gt;you could do something like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script LANGUAGE=&amp;quot;javascript&amp;quot; TYPE=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;function submitIt(theform) {&lt;br /&gt;	switch(theform.options[theform.options.selectedIndex].value) {&lt;br /&gt;		case &amp;#039;red&amp;#039;:&lt;br /&gt;			theform.action = &amp;#039;redformhandler.php&amp;#039;;&lt;br /&gt;			break;&lt;br /&gt;		case &amp;#039;blue&amp;#039;:&lt;br /&gt;			theform.action = &amp;#039;blueformhandler.php&amp;#039;;&lt;br /&gt;			break;&lt;br /&gt;		default:&lt;br /&gt;			theform.action = &amp;#039;defaultformhandler.php&amp;#039;;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	theform.submit();&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;FORM NAME=&amp;quot;myform&amp;quot; ACTION=&amp;quot;defaultformhandler.php&amp;quot; METHOD=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;P&amp;gt;&lt;br /&gt;&amp;lt;SELECT NAME=&amp;quot;options&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;OPTION VALUE=&amp;#039;&amp;#039;&amp;gt;--select one--&amp;lt;/OPTION&amp;gt;&lt;br /&gt;	&amp;lt;OPTION VALUE=&amp;quot;red&amp;quot;&amp;gt;Red&amp;lt;/OPTION&amp;gt;&lt;br /&gt;	&amp;lt;OPTION VALUE=&amp;quot;blue&amp;quot;&amp;gt;Blue&amp;lt;/OPTION&amp;gt;&lt;br /&gt;&amp;lt;/SELECT&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;P&amp;gt;&amp;lt;INPUT TYPE=&amp;quot;button&amp;quot; VALUE=&amp;quot;Click Me!&amp;quot; ONCLICK=&amp;quot;submitIt(document.myform)&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;that *should* work, dont have time to test it out.&lt;/p&gt;
 </description>
     <pubDate>Wed, 07 Aug 2002 18:45:36 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1112289 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
