Click to See Complete Forum and Search --> : multiple mailto 's


rhsunderground
12-08-2003, 02:08 PM
do i need some sort of script to have a form mailed to multiple email addresses? maybe i'm just a moron, i don't know.

Khalid Ali
12-08-2003, 07:54 PM
lol....

and what makes you think any one of use would know that????

olaf
12-09-2003, 06:57 AM
maybe there is some information on internet...

rhsunderground
12-09-2003, 11:02 PM
forgive me if i'm mistaken, but isn't this the internet on which i am searching? just curious. damned bill gates is always messin with my head.

jaegernaut
12-10-2003, 10:40 AM
Assuming that you are using a simple mailto: or some Javascript building the mailto: you can do this:

Mailto with Multiple Recipients (separate addresses with a comma)
<a href="mailto:someone@notestips.edu,someoneelse@notestips.edu">

I found this here: http://www.notestips.com/80256B3A007F2692/1/MGOG58QV7Y

There are more properties listed on that link.

Hope that helps.