PDA

View Full Version : Email link question


bruce
08-10-2007, 05:46 AM
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.


[/url]


Bruce

DiscountASP.NET
[url="http://www.DiscountASP.NET"]www.DiscountASP.NET (http://brainjar.com/asp/formmail/)

useourlinks
08-10-2007, 11:41 AM
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="" />
[b]
Last name:
<input type="text" name="lname" value="" />
[b]
<input type="submit" value="Submit" />

</form>

useourlinks
08-12-2007, 01:23 AM
I think I can work the one you linked me to.
Thank you very much.