Results 1 to 3 of 3

Thread: E-Mail

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    Ohio
    Posts
    6

    Question

    i'm writing a simple web page and i added an e-mail link to myself

    <A mailto:ryan_231@#####.com>E-Mail</a>

    my question is when you click on it outlook opens up and inserts my e-mail address in the to field how do i make it put just Ryan in the to field and still recieve the e-mail.


  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Hi Ryan,
    Here is the code u need.

    <HTML>
    <HEAD>
    <TITLE></TITLE>

    </HEAD>

    <BODY>
    <a href="mailto:Rayan<ryan_231@#####.com>">Mail</a>
    </BODY>
    </HTML>
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    Ohio
    Posts
    6

    Thumbs up

    thanks a lot this works great.

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