P
Paul Wilson
Hi guys,
In classic ASP, i used to enable emailing from a webpage using the following
code,
lcData = "mailto:?CC=" + lcCC + "&subject=" + lcSubject + "&body=" + lcBody
window.parent.navigate(lcData)
Where lcData, lcCc, lcSubject and lcBody are variables.
When this was done, a New Email was created on the CLIENTS computer (email
form).
I want to be able to do the very same thing, but using ASP.Net.
NOTE : I don't want to send emails from the server side, rather from the
Client Side.
Regards,
Paul
In classic ASP, i used to enable emailing from a webpage using the following
code,
lcData = "mailto:?CC=" + lcCC + "&subject=" + lcSubject + "&body=" + lcBody
window.parent.navigate(lcData)
Where lcData, lcCc, lcSubject and lcBody are variables.
When this was done, a New Email was created on the CLIENTS computer (email
form).
I want to be able to do the very same thing, but using ASP.Net.
NOTE : I don't want to send emails from the server side, rather from the
Client Side.
Regards,
Paul