<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002234" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002234</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009912</link>
    <description> &lt;p&gt;As Patrick said, using two forms on one HTML document works fine, I have done it before.&lt;br /&gt;
JP&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
The Webmaster Promotion and Resource Site&lt;br /&gt;
 &lt;a href=&quot;http://www.what-next.com&quot; class=&quot;bb-url&quot;&gt;www.what-next.com&lt;/a&gt;&lt;br /&gt;
The NEXT step in Designing and Promoting your Website&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 May 1999 02:51:00 +0000</pubDate>
 <dc:creator>JP Stones</dc:creator>
 <guid isPermaLink="false">comment 1009912 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009911</link>
    <description> &lt;p&gt;flicki,&lt;br /&gt;
actually there&#039;s no problem with two forms on a HTML-page, just do it!!!  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/ubbhtml/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;br /&gt;
if your code looks like this:&lt;br /&gt;
&amp;lt;form action=&quot;blah blah&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;form action=&quot;another blah&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
you won&#039;t have any problems, at least it worked perfect on my intranet. &lt;/p&gt;
&lt;p&gt;cu&lt;br /&gt;
patrick&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 May 1999 02:38:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009911 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009910</link>
    <description> &lt;p&gt;If I&#039;m understanding you correctly, you were able to use two form actions within one html document?  If so, how did you do that?  I&#039;ve been looking for a javascript that would allow me to run two form actions (cgi&#039;s) to no avail.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Flicki&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 May 1999 01:14:00 +0000</pubDate>
 <dc:creator>Flicki</dc:creator>
 <guid isPermaLink="false">comment 1009910 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009909</link>
    <description> &lt;p&gt;Thanks to all of you for them help.&lt;/p&gt;
&lt;p&gt;It uses a mailto: as the action for the form:&lt;br /&gt;
                     &amp;lt;FORM method=&quot;POST&quot; action=&quot;mailto:you@you.com&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;This is exactly what I was wanting.&lt;br /&gt;
Kimberly&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 May 1999 02:01:00 +0000</pubDate>
 <dc:creator>jksworks</dc:creator>
 <guid isPermaLink="false">comment 1009909 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009908</link>
    <description> &lt;p&gt;If you&#039;re using a CGI script, the instructions for it should tell you how to define an email address for sending. I use FormMail from Matt&#039;s Script Archive at:&lt;br /&gt;
 &lt;a href=&quot;http://www.worldwidemart.com/scripts/&quot; class=&quot;bb-url&quot;&gt;http://www.worldwidemart.com/scripts/&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;You can also use an alternative way of sending the form if you want it to go to your email address. The catch is it only works with later browsers (3+ I believe).&lt;/p&gt;
&lt;p&gt;It uses a mailto: as the action for the form:&lt;br /&gt;
&amp;#60;FORM method=&quot;POST&quot; action=&quot;mailto:you@you.com&quot;&amp;#62;&lt;/p&gt;
&lt;p&gt;The trick is explained in more detail at:&lt;br /&gt;
 &lt;a href=&quot;http://www.htmlgoodies.com/tutors/forms.html&quot; class=&quot;bb-url&quot;&gt;http://www.htmlgoodies.com/tutors/forms.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
John Pollock&lt;br /&gt;
    &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;www.pageresource.com&lt;/a&gt;&lt;br /&gt;
   &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 May 1999 00:26:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1009908 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009907</link>
    <description> &lt;p&gt;ok, but where do I put my email address so it will send to me? In the value and action spot...right?&lt;br /&gt;
Thanks&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 May 1999 23:16:00 +0000</pubDate>
 <dc:creator>jksworks</dc:creator>
 <guid isPermaLink="false">comment 1009907 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009906</link>
    <description> &lt;p&gt;this will look like this in HTML:&lt;/p&gt;
&lt;p&gt;&amp;lt;form action=&quot;/cgi-bin/guestbook.cgi&quot; name=&quot;form&quot; method=&quot;post&quot;&amp;gt;&lt;br /&gt;
&amp;lt;input type.......blah blah&lt;/p&gt;
&lt;p&gt;&amp;lt;input type=&quot;submit&quot; value=&quot;Transmit Form&quot;&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;/p&gt;
&lt;p&gt;is your problem fixed???  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/ubbhtml/wink.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 May 1999 20:36:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1009906 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-send-question#comment-1009905</link>
    <description> &lt;p&gt;It sounds like you need a submit line in your page somewhere. The following is from &#039;html for the world wide web&#039; by Liz Castro.&lt;br /&gt;
&#039;There are two ways to send info to the server, get or post.  GET appends the name-value pairs to the end of the url.  This info is then passed to the QUERY_STRING variable.  The cgi script must then break down the QUERY_STRING enviroment variable to analyze the incoming data.  The GET method does have size limits, its advantage, however, is that it can point to a cgi script.  The POST method sends a data file with the name-value pairs to the servers standard input, together with the content-type and the Content Lenght in bytes.  The cgi script then takes data from the standard input and analyzes it.  The POST advantage is that their is no size limit.&#039;&lt;/p&gt;
&lt;p&gt;here is an example form script.&lt;/p&gt;
&lt;p&gt;form method=POST action=&quot;locationofcgi&quot;&lt;/p&gt;
&lt;p&gt;your form&lt;/p&gt;
&lt;p&gt;input type=&quot;submit&quot; value=&quot;nameonbutton&quot;&lt;/p&gt;
&lt;p&gt;You might be having problems for two reasons.  your form method doesn&#039;t match what your cgi script is expecting (either POST or GET), or you don&#039;t have a submit button set up at the end.&lt;/p&gt;
&lt;p&gt;hope this helps&lt;br /&gt;
Jason&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 May 1999 20:26:00 +0000</pubDate>
 <dc:creator>jwhitener</dc:creator>
 <guid isPermaLink="false">comment 1009905 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
