|
-
Sep 11th, 2000, 07:41 PM
#2
Although this is a VISUAL BASIC forum I believe you can write it out in HTML like this:
<html>
....
<form method="POST" action="[email protected]">
<input name="question1" type=text or radio...>
....
<input type="submit" value="send">
</form>
....
</html>
this will send the results to the specified e-mail address in the follow format as a ATT file:
question1=yes&question2=no
or what ever values you give to the form inputs.
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
|
Click Here to Expand Forum to Full Width
|