Forms and JS - Mailing to more than one person? (Posted by doortoheaven)
Hi ,
I was wondering if anyone knows how to mail a form so that more than one person can receive it. I tried it with mailto:[email protected][email protected][email protected] but it doesn't seem to work. I also need a confirmation page after the form is successfully submitted. Any link to a tutorial etc would be helpful too! Thx
Jon
John Pollock posted this at 03:05 — 28th October 1999.
He has: 628 posts
Joined: Mar 1999
The "?" should only be after the first address. After that, an "&" sign should be used:
mailto:[email protected][email protected]&[email protected]
There is a section on my site that may or may not help:
http://www.pageresource.com/html/mail2.htm
Some browsers may not work with this method, but most should.
----------
Page Resource: http://www.pageresource.com
JavaScript City: http://www.javascriptcity.com
Java Script: A Beginner's Guide
Page Resource
doortoheaven posted this at 19:58 — 28th October 1999.
They have: 5 posts
Joined: Sep 1999
Thank you very much John.
Door
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.