Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email me button
Message
De
20/01/2005 11:26:28
 
 
À
19/01/2005 13:38:52
Information générale
Forum:
Internet
Catégorie:
Javascript
Titre:
Divers
Thread ID:
00978645
Message ID:
00978917
Vues:
28
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform