E-mail web page as attachment

E-mail web page as attachment

Post by Dana » Wed, 14 Aug 2002 04:49:04



Does anyone know how to set up a hyperlink to e-mail the
web page as an attachment (e.g., "E-mail this page to a
friend") in FP 2002?  I want visitors to be able to tell
their friends about one of the pages on my web site by e-
mailing it to them (you see this feature on a lot of web
sites, but I can't find any information on how to set it
up in FP 2002).
 
 
 

E-mail web page as attachment

Post by Thomas A. Row » Wed, 14 Aug 2002 06:25:44


FP doesn't have a function to do that. You will need to use ASP, PHP or Perl,
etc. to accomplish this.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp


Quote:> Does anyone know how to set up a hyperlink to e-mail the
> web page as an attachment (e.g., "E-mail this page to a
> friend") in FP 2002?  I want visitors to be able to tell
> their friends about one of the pages on my web site by e-
> mailing it to them (you see this feature on a lot of web
> sites, but I can't find any information on how to set it
> up in FP 2002).


 
 
 

E-mail web page as attachment

Post by Mr. Presiden » Wed, 14 Aug 2002 09:14:48


This will email the link until you figure out the rest...


ase.click.on.this.link.to.send.my.web.site.to.your.friends.

Or use script similar to this;

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Table of Contents</title>
</head>

<BODY><CENTER>

<center><table border="0" cellpadding="0" cellspacing="0" align="center">
 <tr>
  <td><A href="http://members.tripod.com/adm/redirect/www"><IMG
SRC="/adm/img/popup/tripodsm.gif" ALT="hosted by tripod" WIDTH="116"
HEIGHT="26" BORDER="0" VSPACE="2"></A></td>
 </tr><tr>
  <td align="center" valign="top" width="468"><IFRAME
SRC="http://ln.doubleclick.net/adi/tr.ln/memberembedded;h=misc;sz=468x60;ord
=520911727648?" width=468 height=60 frameborder=0 border=0 marginheight=0
marginwidth=0 vspace=0 scrolling=no></IFRAME></td>
 </tr>
</table><table border="0" cellpadding="0" cellspacing="3" align="center"
width="468">
 <tr>
 <!--<td><font size="1" face="verdana, arial, helvetica, sans serif"><a
href="http://members.tripod.com/bin/email_this_page/display_form">E-mail
this page to a friend</a></font></td>-->
 <td align="right"><font size="1" face="verdana, arial, helvetica, sans
serif"><a
href="http://members.tripod.com/bin/email_when_updated/display_form">Tell me
when this page is updated</a></font></td>
 </tr>
</table></center>
</CENTER>
<hr>
<h5>Revised: <!--webbot bot="TimeStamp" S-FORMAT="%B %d, %Y" S-TYPE="EDITED"
startspan -->August 11, 2002<!--webbot bot="TimeStamp" endspan
i-checksum="21688" -->
.</h5>

</BODY>

</html>