Results 1 to 4 of 4

Thread: ok html question i know this is vb maybe ya can help me

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Rhinelander, WI USA
    Posts
    59

    Question

    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



  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    is this article any help?


    http://developer.irt.org/script/557.htm
    Mark
    -------------------

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Rhinelander, WI USA
    Posts
    59

    Question

    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

  4. #4
    Hyperactive Member Wak's Avatar
    Join Date
    Nov 2000
    Location
    Brisbane, Queensland
    Posts
    298

    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
  •  



Click Here to Expand Forum to Full Width