Ask a Question related to ASP.NET General, Design and Development.
-
Mike John #1
Using the MailTo: how can I include the page in body of the email
how can i include the current page in the body of the
email. I was only to put text.
Syntax:
<html>
<body>
<input type ="Button" onclick= "eman()">
<SCRIPT LANGUAGE=JAVASCRIPT>
function eman()
{
var e_add= 'RiadeAsleh@hotmail.com';
var subj= 'hellow';
var e_body= 'Found some information on '
var about= document.title + " at the following
address";
var elink= " " + document.location ;
window.location="mailto:"+e_add+"?
subject="+subj+"&body="+e_body+about+elink;
alert("ADF");
}
</SCRIPT>
</body>
</html>
Sincerely yours
Mike John
Mike John Guest
-
Creating HTML Email Body using MailTo tag
I'm trying to initiate an email with predetermined Subject and HTML formatted body that will allow the user to select the recipients from their own... -
making Mailto live in an email
Hi, I am contructing an email in vbscript to send to a successful registrant and was wondering if it was possible to make the email and (website... -
cgi mailto to send email from server?
Hi Guys, I have been looking at the tutorials here: http://www.tutorialfind.com/tutorials/macromedia/flash/ 7. Sending Email Using Flash MX and... -
Quick way to do email link (mailto:)
Normally in the properties bar (Ctrl+F3), if I want to make a word an email link, I just type mailto: and the email address. Is there a quicker way... -
How can I send the page in the body of email.
I want to send the page in the body of the email , just like the functionality of the send page in the browser explorer . I have tried the... -
Natty Gur #2
Re: Using the MailTo: how can I include the page in body of the email
Hi,
window.document.body.innerHTML or window.document.body.innerText
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

