hi
does anyone know how to create an 'email this page to a friend' link?
how is this done?
Many thanx
dirk
email to a friend link?
Moderator: General Moderators
- php3ch0
- Forum Contributor
- Posts: 212
- Joined: Sun Nov 13, 2005 7:35 am
- Location: Folkestone, Kent, UK
Try
Code: Select all
<a href="mailto:someone@somewhere.com
?subject=Check out this cool website
&body=Look at this cool website http://www.gohere.com.">
Email this page to a friend</a>- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
email to a friend link?
yeah - just found that out - the link arrives as a dat file with which needs to be downloaded.
any ideas on a Javascript method of doing this?
any ideas on a Javascript method of doing this?
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
js solution
just found javascript solution which is working fine - less involved than the php route:
http://javascript.internet.com/buttons/e-mail-link.html
http://javascript.internet.com/buttons/e-mail-link.html