Click to See Complete Forum and Search --> : ok html question i know this is vb maybe ya can help me
Leeper77
Dec 7th, 2000, 09:22 AM
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
Mark Sreeves
Dec 7th, 2000, 09:51 AM
is this article any help?
http://developer.irt.org/script/557.htm
Leeper77
Dec 7th, 2000, 10:27 AM
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
Wak
Dec 7th, 2000, 07:28 PM
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:Fake@Nowhere.org?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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.