'Send Page to Friend' from menu link.

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Guest

'Send Page to Friend' from menu link.

Post by Guest »

Hi,

It would be great to have an option from the menu such as 'Send' or 'Send Page' so that when it is selected, the URL of the visited page would be forwarded by email.

A simple example of a textual link that would include text in both the subject and body of the email when the textual link is selected could be viewed at http://www.gnostic.ca/test.htm

The code for the textual link is as follows ...

<script language="JavaScript">
with (document) {

var refURL = location.href;
var mailTag0 = "<A HREF=\"mailto:?Subject=Check this out!
Post Reply