[thelist] Multiple Form Actions, One Button?

Rich Gray richardgray at onetel.co.uk
Wed Aug 21 16:39:01 CDT 2002


Stephen

Use server side scripting... PHP/ASP/Perl ... whatever your poison... post
your form data to a script that does what you want... however you'll need to
get your client to agree to install the scripting stuff on their web server.
Also you'll need to get a script written...  :)

HTH
Rich


-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Stephen Voss
Sent: 21 August 2002 14:16
To: thelist at lists.evolt.org
Subject: [thelist] Multiple Form Actions, One Button?


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/

--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list