<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018127" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018127</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/multipe-action-form#comment-1106625</link>
    <description> &lt;p&gt;I haven&#039;t tested it but I think the below is correct syntax. Let me know.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;html&amp;gt; &lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;amp;lt;script language=&amp;quot;Javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;function SubmitMyForm() {&lt;br /&gt;document.mailform.submit(); &lt;br /&gt;document.location.href=&amp;quot;http://www.ericphelps.com/&amp;quot;; &lt;br /&gt;}&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt; &lt;br /&gt;&amp;lt;form &lt;br /&gt;name=&amp;quot;mailform&amp;quot; &lt;br /&gt;action=&amp;quot;mailto:ericphelps@pacbell.net?subject=Email form test&amp;quot; &lt;br /&gt;method=&amp;quot;post&amp;quot; &lt;br /&gt;enctype=&amp;quot;text/plain&amp;quot; &lt;br /&gt;&amp;gt; &lt;br /&gt;&amp;lt;input &lt;br /&gt;type=&amp;quot;hidden&amp;quot; &lt;br /&gt;name=&amp;quot;body&amp;quot; &lt;br /&gt;value=&amp;quot;The HTML code at &amp;lt;a href=&amp;quot;http://www.ericphelps.com/scripting/email/index.htm&amp;quot; class=&amp;quot;bb-url&amp;quot;&amp;gt;http://www.ericphelps.com/scripting/email/index.htm&amp;lt;/a&amp;gt; worked!&amp;quot; &lt;br /&gt; /&amp;gt; &lt;br /&gt;&amp;lt;input type=&amp;quot;button&amp;quot; name=&amp;quot;submitbutton&amp;quot; value=&amp;quot;Submit The Form!&amp;quot; onclick=&amp;quot;SubmitMyForm();&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt; &lt;br /&gt;&amp;lt;/body&amp;gt; &lt;br /&gt;&amp;lt;/html&amp;gt; &lt;/code&gt;&lt;/div&gt;&#039; &lt;/p&gt;
&lt;p&gt;That&#039;s it I think!&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Apr 2002 20:34:55 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1106625 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/multipe-action-form#comment-1106616</link>
    <description> &lt;p&gt;allright this code send the form automatically &amp;amp; then takes me to the specified home page...&lt;/p&gt;
&lt;p&gt;http://www.ericphelps.com/scripting/email/index.htm worked!&quot;&lt;br /&gt;
&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
document.mailform.submit();&lt;br /&gt;
document.location.href=&quot;http://www.ericphelps.com/&quot;;&lt;br /&gt;
&amp;lt;/script&amp;gt; &lt;/p&gt;
&lt;p&gt;Is there a way that i can alter it that it waits for me to acutally hit the send button because right now as soon as you enter the page it sends the form.. so basically the form is empty.&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Apr 2002 18:22:21 +0000</pubDate>
 <dc:creator>ktown</dc:creator>
 <guid isPermaLink="false">comment 1106616 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/multipe-action-form#comment-1106614</link>
    <description> &lt;p&gt;thank you all for your replies.. for some reason i didn&#039;t get a notification email so i thought you guys had forgotten about me.&lt;/p&gt;
&lt;p&gt;but you didn&#039;t &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;thanks .&lt;/p&gt;
&lt;p&gt;i absolutely cannot use and server side scripting languages for whatever reasons that my boss might have...&lt;/p&gt;
&lt;p&gt;Unfortunatelly i&#039;m no JavaScript wiz either - can someone recommend any website that might have something i am looking for?&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Apr 2002 17:26:35 +0000</pubDate>
 <dc:creator>ktown</dc:creator>
 <guid isPermaLink="false">comment 1106614 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/multipe-action-form#comment-1106261</link>
    <description> &lt;p&gt;If you absolutely can&#039;t use any PERL PHP ect then I would use the following in some way to get your result:&lt;/p&gt;
&lt;p&gt;I know this would call a function when the user submits a form and not after it opens the mail program but i bet you could use this or write a function using mailform.submit() I would still suggest using something like what is offered at &lt;a href=&quot;http://www.bigbiz.com/forms.html&quot; class=&quot;bb-url&quot;&gt;http://www.bigbiz.com/forms.html&lt;/a&gt;&lt;br /&gt;
Good Luck! Adios!&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Apr 2002 00:08:28 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1106261 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/multipe-action-form#comment-1106022</link>
    <description> &lt;p&gt;I agree with Brian, check with your host what formmail scripts they offer for form processing then you would have something like this&lt;/p&gt;
&lt;p&gt;form method=POST action=http://home.com/cgi-bin/mailto:me@work.com&lt;/p&gt;
&lt;p&gt;and you could use this to redirect to a new page&lt;/p&gt;
&lt;p&gt;INPUT TYPE=hidden name=&quot;redirect&quot; value=&quot;http://www.yourdomain.com/thanks.html&quot;&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Apr 2002 08:41:59 +0000</pubDate>
 <dc:creator>The Webmistress</dc:creator>
 <guid isPermaLink="false">comment 1106022 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/multipe-action-form#comment-1106008</link>
    <description> &lt;p&gt;Without using PERL, I don&#039;t believe this can be accomplished. However, check with your ISP to see if they offer a form processing script such as formmail (&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;Good luck,&lt;/p&gt;
&lt;p&gt;Brian Farkas&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Apr 2002 00:34:08 +0000</pubDate>
 <dc:creator>Brian Farkas</dc:creator>
 <guid isPermaLink="false">comment 1106008 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
