E-mailing webpage to friend

A

Al Krismer

Hello,

What procedure do I use to set up a web page so it can be
e-mailed to another person. Is there a method in Frontpage?


Thanks

Al
 
F

FrontPageForms

If this is a published page, simply open the page in IE and save as a web
page. You could then save it as an attachment. This way, they see what you
see without needing to open the page in FP.

If it isn't a published page, you could preview in browser and then save and
send as attachment.
 
D

Dwayne Conyers

Al Krismer said:
Hello,

What procedure do I use to set up a web page so it can be
e-mailed to another person. Is there a method in Frontpage?


You can add this code to your document (add it to a shared border if you
want to see it on all pages):

<span
onclick="location='mailto:?subject='+top.document.title+'&amp;body=Check
this out:'+top.document.location+''">
click here to mail this page
</span>

Hope that helps!
 
Top