In my web page I use the "mailto" URL (see the code below)with a subject and a body.
I would like to add two functionalities at my "mailto" link:
Add an attach document (in local file for example)
Add a web link (for the moment my body is just a text, I can't add a link)
Thanks a lot for your help
<html>
<head>
<title>New Page 1</title>
</head>
<body>
test
<br><a href=mailto:toto@yahoo.com
?subject=sujet
&body=Page1>toto@yahoo.com</a></br>
</body>
</html>
I would like to add two functionalities at my "mailto" link:
Add an attach document (in local file for example)
Add a web link (for the moment my body is just a text, I can't add a link)
Thanks a lot for your help
<html>
<head>
<title>New Page 1</title>
</head>
<body>
test
<br><a href=mailto:toto@yahoo.com
?subject=sujet
&body=Page1>toto@yahoo.com</a></br>
</body>
</html>