Send this site to a friend?

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

How do I create a form that people can enter their email,
then a friend (or friends) emails and send a message to
them stating "look at this site" or whatever?

I don't want it to automatically send the page they were
on (because the site is frames pages), just send a message
telling the url of the site which I will already include
in the message area.

Thanks for your help.
 
Your awesome. Thanks man, God bless.
-----Original Message-----
Kevin,

I use something much easier. Rather than using a form or
scripting, I hardcode the hyperlink. Here is the link:

<font face="Verdana" size="2">
<a href="mailto:?subject=INSERT SUBJECT&body=INSERT
MESSAGE- http://www.YOUR DOMAIN.com">
<font color="#000080">SEND THIS PAGE TO A
FRIEND</font></a></font>

You can copy and paste it into any page or use a file
include, whatever works best. Just change the subject
and body message to fit your needs.

Hope it helps!
JDR
.
 
Back
Top