|
|
|
|
|
| | |
| |
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|