Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email me button
Message
De
20/01/2005 11:38:57
 
 
À
20/01/2005 11:26:28
Information générale
Forum:
Internet
Catégorie:
Javascript
Titre:
Divers
Thread ID:
00978645
Message ID:
00978920
Vues:
27
>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 -->
Hi Greg, thanks for your reply..

In my case (as central point) I'd like to send on the email body the HTML code or the visible text (innertext)..

Because it is a form of confirmation order.. And the HTML it is completely different on each time..

However, your idea is welcome, because I can create a form for querys of past orders..

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform