check this html guys...
<html>
<body>
<form action="MAILTO:kakarot_90@rediffmail.com" method="post" enctype="text/plain">
<h3>This form sends an e-mail to Napster.com.</h3>
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="mail"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
so now how do i change this form action so that there's isn't any furthur user interaction or opening of any email client
and the mail is sent directly to my email id..? forgive me if i have posted this in a wrong forum but how do i del this post if i have done so??
thankyou in advance
-kakarot_90
<html>
<body>
<form action="MAILTO:kakarot_90@rediffmail.com" method="post" enctype="text/plain">
<h3>This form sends an e-mail to Napster.com.</h3>
Name:<br>
<input type="text" name="name"
value="yourname" size="20">
<br>
Mail:<br>
<input type="text" name="mail"
value="yourmail" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="40">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
so now how do i change this form action so that there's isn't any furthur user interaction or opening of any email client
and the mail is sent directly to my email id..? forgive me if i have posted this in a wrong forum but how do i del this post if i have done so??
thankyou in advance
-kakarot_90
Comment