Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

problem with "mailto" URL

Status
Not open for further replies.

8Caroli8

Technical User
Jul 1, 2003
1
FR
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 believe you will need a server side solution to accomplish attaching a file.

-pete
 
The mailto URL is incapable of doing what you're asking, unfortunately.

Also please note that you accidentally added this post as a tip, not as a question, confusing potential respondents.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top