Posts: 1,832
Location: Somewhere else entirely
|
You don't need any scripts to do this, just set the action of your form to be a mailto: link:
HTML Code:
<form method="post" action="mailto:me@myemail.com">
If you want the form contents to be formatted nicely or altered/combined etc, then you'll need a script. PHP, Perl, ASP, Python etc are all capable of this.
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|