-
Sending mail from HTML
Hi All
How can I send mail from HTML? please advice
-
by using a form you can send email or whatever you want
you can replace the "mailto:me@domain.com" with a cgi/perl script if need be
example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
<form action="mailto:me@domain.com" method="post" name="myForm">
<input name="myText" type="text">
<input name="" type="submit" value="Submit">
</form>
</body>
</html>
-
you can also do this with a simple link:
'<a href=\"mailto: . . .
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks