Forum Moderators: open

Message Too Old, No Replies

How do you setup a function where someone can email text from a site t

         

Dexie

2:10 pm on Jun 14, 2007 (gmt 0)

10+ Year Member



Scenario :

You have a page where a certain section of that page has text that changes every day at midnight.

A visitor to that website page sees that particular changing comment and would like to email that text to a friend of theirs.

Example of the table layout below.

Any ideas where to start please?

Any help very much appreciated.

Dexie.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page</title>
</head>

<body>

<table border="1" width="100%" id="table1">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>Changing text here</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

</body>

</html>

Xapti

4:48 pm on Jun 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The person can copy the text, and paste it into their e-mail message, and send it?

What are you asking, more precisely?

rocknbil

7:56 pm on Jun 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Google for "email a friend" scripts. :-)

piatkow

1:15 pm on Jun 20, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I looked at using this sort of script in my novice days but soon realised that I was zapping so much fake "mail a friend" spam that it wasn't reasonable to anybody else to believe that the messages from my site might be legit.

Dexie

7:50 am on Jun 21, 2007 (gmt 0)

10+ Year Member



Thanks for the input - it's all appreciated.

Xapti - To see what I'm trying to achieve, it's so that when the visitor clicks on a particular link, it will send a certain part of the text on that page (from the table cell in the code above), to a friend of theirs.

Any ideas on how it could be done please?

Dexie.