G Guest Mar 25, 2005 #1 How do I craete a tell a friend email where all the site visitors can send an email from my site to tell a friend
How do I craete a tell a friend email where all the site visitors can send an email from my site to tell a friend
G Guest Mar 25, 2005 #2 If you want a simple e-mail link, you can paste this code into your page: <a href="mailto:?subject=INSERT YOUR SUBJECT.&body=INSERT THE MESSAGE YOU WANT WITH YOUR WEB ADDRESS HTTP://WWW.YOURWEBSITE.COM">Send to a Friend</a> Replace the "CAP" text with your text JDR ********************
If you want a simple e-mail link, you can paste this code into your page: <a href="mailto:?subject=INSERT YOUR SUBJECT.&body=INSERT THE MESSAGE YOU WANT WITH YOUR WEB ADDRESS HTTP://WWW.YOURWEBSITE.COM">Send to a Friend</a> Replace the "CAP" text with your text JDR ********************
G Guest Apr 9, 2005 #3 Is there a variable we can use that would capture the actual URL where they're at? instead of typing the HTTP://WWW.YOURWEBSITE.COM in it would insert HTTP://WWW.YOURWEBSITE.COM/thepage.htm in a dynamic way? Thanks Stephan
Is there a variable we can use that would capture the actual URL where they're at? instead of typing the HTTP://WWW.YOURWEBSITE.COM in it would insert HTTP://WWW.YOURWEBSITE.COM/thepage.htm in a dynamic way? Thanks Stephan
T Thomas A. Rowe Apr 9, 2005 #4 Only if you server-side scripting, may be possible also with JavaScript. Do a search for JavaScript Email A Friend script -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) FrontPage Resources, WebCircle, MS KB Quick Links, etc. ==============================================
Only if you server-side scripting, may be possible also with JavaScript. Do a search for JavaScript Email A Friend script -- ============================================== Thomas A. Rowe (Microsoft MVP - FrontPage) WEBMASTER Resources(tm) FrontPage Resources, WebCircle, MS KB Quick Links, etc. ==============================================