I have one HTML page It contains table (it has three rows and two columns )
When i click button or link (anchor tag).
I need the same data in the outlook with the To(email id) & Subject (any text)
is that possible to do in javascript
Regards M
I have one HTML page It contains table (it has three rows and two columns )
When i click button or link (anchor tag).
I need the same data in the outlook with the To(email id) & Subject (any text)
is that possible to do in javascript
Regards M
No, it would be a large security hole then. Best way to make it is
<a href="mailto:whoever@whereever.com?subject=Type my subject here;body=Body of email document">Send email</a>
But it would work only if outlook is default mail agent on pc.