Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email me button
Message
From
20/01/2005 11:26:28
 
 
To
19/01/2005 13:38:52
General information
Forum:
Internet
Category:
Javascript
Title:
Miscellaneous
Thread ID:
00978645
Message ID:
00978917
Views:
30
Hi,

I pulled this from my web site.
<!-- start:EmailFriend -->
<script language=javascript>
function OnEmail() {
	crlf = '%0d%0a';
	ownd = window.open( 'mailto:?Subject=A web page from '+window.document.title+'&Body=Hi,'+crlf+crlf+'I found this page, and thought you may be interested in it.'+crlf+crlf+document.location+crlf);
	ownd.close();
}
</script>
<a href='javascript:OnEmail();' style='text-decoration:none;'>Email a Friend</a>
<!-- end:EmailFriend -->
I hope it helps.


>Hi,
>
>I'd like to create a button (email me captioned) that send by email the page's contents for the end-user..
>
>Does any one has some sample on how do I do that ?
>
>TIA
>
>Claudio
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform