Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email me button
Message
From
20/01/2005 11:38:57
 
 
To
20/01/2005 11:26:28
General information
Forum:
Internet
Category:
Javascript
Title:
Miscellaneous
Thread ID:
00978645
Message ID:
00978920
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform