what to be written to send information to mail id in submit button

liunx

Guest
Hi everyone<br />
<br />
I have created website. In this i have one page od contactus.in this page it asks information like name,maili, msg after filling this information when i click on submit button. it must be sent to <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->. to do so <br />
it means when i click on submit button the all information to be sent on <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><br />
<br />
what i have to do so. means in i will have to write in button click event or in form's post method. and what i have to write.<br />
<br />
Please send code for this.<br />
<br />
Waiting for reply.<br />
Please help me<br />
<br />
<br />
thanx a lot<br />
Best regards,<br />
ASIF<!--content-->If you have a server-side language available, you can use a script such as this one (<!-- m --><a class="postlink" href="http://webdevfaqs.com/php.php#mailer">http://webdevfaqs.com/php.php#mailer</a><!-- m -->) for PHP. If not, you can use a remotely hosted script or a mailto form (<!-- m --><a class="postlink" href="http://www.davesite.com/webstation/html/chap17.shtml">http://www.davesite.com/webstation/html/chap17.shtml</a><!-- m -->), though the server-side solution is better.<br />
<br />
Adam<!--content-->
 
Back
Top