multiple mailto 's

liunx

Guest
does it work to enter multiple email addresses in the form's <br />
action="mailto:" thing or do i need a script to handle that? this is for UNL, so it's kinda important.<!--content-->I think its ok but i dont know for sure cause i havent tried it.<!--content-->This works for sure when your default email client is Outlook.<br />
<br />
<br />
<form action="mailto:[email protected];[email protected]?subject='test mail'" <br />
enctype="text/plain" method="post"><br />
<input type="hidden" name="hootie" value="blowfish"><br />
<input type="submit"><br />
</form><!--content-->
 
Back
Top