Send to a friend E-mail link/Interactive button

A

Adrian

I understand to include a "Tell A Friend" E-mail link I can include the
following code:

<A HREF="mailto:?subject=Recommended&body=I recommend visiting this page.
http://www.publishermvps.com/default.aspx" TITLE="Send to a friend">Send to a
friend</A>

How do I modify the above code to include the "Send to a friend" in an
interactive button?

Thanks for your help!
 
M

MD Websunlimited

That will work but is susceptible to email address mining of the web site.

You can use this but it will create a warning message

<form action="mailto:[email protected]?subject=Test" >
<input type=submit value="Send Email" >
</form>

or use an image

<A HREF="mailto:?subject=Recommended&body=I recommend visiting this page.
 
A

Adrian

Thanks for your response!
If I use an image instead of the interactive button will it still be
susceptible to email mining of the web site? Also, what modifications to the
code would I have to do?
 
J

jack.murphy

Adrian,

You can take a look at www.Deliverent.com for a no-cost Send-to-friend
service that does not require the user to have email software (many
people today only have web-based email accounts.)

www.Deliverent.com has many additional features, including the ability
to email full HTML pages and is also compatible with frames.

Drop me an email if you have any questions about the service.

Regards,

Jack
 
Top