|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Can I send ASP code within an HTML email? |
From: |
David Beal |
Date: |
8/13/2001 4:35:41 PM |
IP: |
64.162.117.152 |
The problem is most email programs won't process the asp code. You can do something similar using JavaScript.
<HTML>
<BODY>
<form method="post" action="email:davidbeal@assistantsoftware.com" subject="question on board" enctype="text/plain" onSubmit="validateCode()">
<input type="text" name="username">
<input type="text" name="userage">
<input type="submit">
</form>
</BODY>
</HTML>
This well send a message to the person listed in the action. The body will contain text looking something like this;
username=John Doe
userage=32
David
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|