Hi All<br />
<br />
How can I send mail from HTML? please advice<!--content-->by using a form you can send email or whatever you want<br />
you can replace the "mailto:[email protected]" with a cgi/perl script if need be<br />
<br />
example:<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<html><br />
<head><br />
<title></title><br />
</head><br />
<body><br />
<form action="mailto:[email protected]" method="post" name="myForm"><br />
<input name="myText" type="text"><br />
<input name="" type="submit" value="Submit"><br />
</form><br />
</body><br />
</html><!--content-->you can also do this with a simple link:<br />
<br />
'<a href=http://www.webdeveloper.com/forum/archive/index.php/\"mailto: . . .<!--content-->
<br />
How can I send mail from HTML? please advice<!--content-->by using a form you can send email or whatever you want<br />
you can replace the "mailto:[email protected]" with a cgi/perl script if need be<br />
<br />
example:<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br />
<html><br />
<head><br />
<title></title><br />
</head><br />
<body><br />
<form action="mailto:[email protected]" method="post" name="myForm"><br />
<input name="myText" type="text"><br />
<input name="" type="submit" value="Submit"><br />
</form><br />
</body><br />
</html><!--content-->you can also do this with a simple link:<br />
<br />
'<a href=http://www.webdeveloper.com/forum/archive/index.php/\"mailto: . . .<!--content-->