email this page

  • Thread starter Thread starter KingTek
  • Start date Start date
K

KingTek

Is there a way to add a "email this page" into a FP 2002 page? I would
prefer if it could open up the visitors email client and automatically
insert the link in to the body of the message. I would also like it to leave
the recipients address blank.
 
You can google for "email this page script" and come up with some
possibilities, such as:
http://javascript.internet.com/miscellaneous/e-mail-this-page-script.html
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
How to ask a newsgroup question:
http://support.microsoft.com/kb/555375
===
| Is there a way to add a "email this page" into a FP 2002 page? I would
| prefer if it could open up the visitors email client and automatically
| insert the link in to the body of the message. I would also like it to
leave
| the recipients address blank.
|
| --
|
| -KingTek
|
|
|
|
 
If you only want to e-mail the link and not the page itself, you don't need
javascript.

Here's the code: <a href="mailto:?subject=A page on my website that may
interest you:&amp;body=http://www.myweb/index.html">E-Mail This Link</a>

Put in the actual URL, of course, and whatever you want on the subject line.

Wally S
 
Back
Top