Email link question

Discussion in 'Email' started by Bruce, Aug 10, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Bruce

    Bruce DiscountASP.NET Staff

    Do you mean a email form? or a email link. They are very different.


    A email form allows your user to fill out the required text box and the form engine will format the message and send it to the preconfigured address. If you are looking for a email form, check out http://brainjar.com/asp/formmail/


    A email link, on the other hand, will open the default email client on the user's computer.





    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. How can install a email link in this tag?
    or can I if not what can use?


    <form action="form_action.asp"
    method="get">

    <form action="form_action.asp"
    method="get">

    First name:
    <input type="text" name="fname" value="" />

    Last name:
    <input type="text" name="lname" value="" />

    <input type="submit" value="Submit" />

    </form>
     
  3. I think I can work the one you linked me to.
    Thank you very much.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page