JavaDee
04-17-2003, 02:06 PM
How can I create a form that submits contents to action URL and at the same time sends me an email with form contents? (2 actions, 1 submit button)
|
Click to See Complete Forum and Search --> : 1 submit, 2 actions JavaDee 04-17-2003, 02:06 PM How can I create a form that submits contents to action URL and at the same time sends me an email with form contents? (2 actions, 1 submit button) requestcode 04-17-2003, 02:31 PM You really need to do this with a server side language such as PHP or Perl. webby 04-17-2003, 03:15 PM Actually it is possible to send the emai, with JavaScript or pass the variables on with JavaScript. One way would be to use the JavaScript to update another form and submit that. Note though that a JavaScript solution will fail 1 in ten times webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |