[thelist] Multiple Form Actions, One Button?

Stephen Voss steve at stephenvoss.com
Wed Aug 21 16:16:01 CDT 2002


Hi,
I'm looking to have a form that, when filled out and the submit button is
pressed, performs two actions:
1) Sends e-mail w/ contents of form to me:
<form action="FormMail.cgi" method="POST">
<input type=hidden name="recipient" value="myemail at mail.com">

2) Passes form data along to next page (where some javascript displays the
data):
<form type=get action="next-page.html">

My question is, is this possible? My client would love to have this done,
but I'm clueless as to the implementation.

thanks,
Stephen Voss
http://www.stephenvoss.com/




More information about the thelist mailing list