MBA 683 E-Business Technology --

send-mail.adp
Home    Site Map    Search    EhrlichOrg.com

Syllabus    Classes    References  Examples  Student Info    Guest Info

 

<html>
<head>
<title>Send Mail Demo</title>
<meta http-equiv="pragma" content="no-cache">
</head>
<body>
It is now <%= [ ns_fmttime [ns_time] "%A, %B %e, %Y at %r" ] %>.
<p>
Enter the information for a mail message<br>
<form method=get action="send-mail-2.adp">
TO: <input type=text name=to size=30><br>
FROM: <input type=text name=from size=30><br>
SUBJECT: <input type=text name=subject size=30><br>
MESSAGE:<br>
<textarea rows=5 cols=60 name=body size=30>
</textarea>
<p>
<input type=submit value="Send Message">
</form>
<p><hr><p>
</body>
</html>

 

© 2001 by Chuck Ehrlich, all rights reserved.  Comments to webmaster.  Updated on November 08, 2000.