|
-
Dec 7th, 2000, 10:22 AM
#1
Thread Starter
Member
What i would like to do is simple i would like to take the senders email address that is in a text box on one of my webpages and paste it to the body of an email... does anyone know how i can do this
thanks
-
Dec 7th, 2000, 10:51 AM
#2
Frenzied Member
-
Dec 7th, 2000, 11:27 AM
#3
Thread Starter
Member
well kinda.... what i want to do is copy who the email is from to the body when they click on send an email.. and i dont know how to get that done
-
Dec 7th, 2000, 08:28 PM
#4
Hyperactive Member
Mailto properties
There are two main ways that you could use without going into encoding, asp, cgi ect. The first one i to use the mailto property in a <A> tag. The other is to include it in a <Form> tag.
Example for <A> tag.
<FORM METHOD = POST
ENCTYPE = "text/plain"
ACTION = "mailto:[email protected]?subject=Comments from home">
<Input name = "Comment">
<Input type = submit value = "Send Comment">
</FORM>
Try this, but I am not sure exactly what you mean, you might want explain it further.
Visual Basic 6.0 Enterprise
Visual C++ 6.0 Professional
Wak 
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
|