E-mail this page...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to find out how to put a statement on a web page that allows the
user to e-mail the page to a friend. I can make a graphic to click on, but
do not know the code to make this event happen. Any help is much
appreciated. Thanks.
 
Hi Dan L or anyone,

I have obtained an Email posting script

It places text within the body with code like this:
"&body=" + title + " " + locn ;
(title and locn are variables containing the title and webaddress)

My query is:
How can I put extra code in the body?

I know that I can add it in anywhere within the quotes (and this works), but
I can't get a line break.

I tried \n and <br> (I may also have tried
) but this doesn't work
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au

Dan said:
Here's a javascript that you can put on your page that will do the
trick:

http://javascript.internet.com/page-details/email-this-page.html

There are others out there, too. Google for "email this page
javascript".


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
Back
Top