Could simply do this:

<a href="sendpage.cfm">Email this to a friend</a>

Collect the email info and then for the action:

<cfmail [EMAIL PROTECTED] [EMAIL PROTECTED] subject="Whatever"
type="HTML">
<cfinclude template="WHATEVER THE PAGE WAS">
</cfmail>



-----Original Message-----
From: Dasher [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 9:35 AM
To: CF-Talk
Subject: Email this page to a friend....


What's the best way to set up an
"Email This Page To A Friend"
using Cold Fusion?

I need to get input like "name_of_friend" and "your_name"
and plug it in to the emailed page...

Thanks,
Dasher
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to