Web Hosting Talk







View Full Version : mailto attach a link email body


hoachen
06-19-2006, 03:40 PM
I am looking for a way to do the below.

I have a link "send email" when user click on it the it will open a new message and attach the link onto email body and the To: should be blank, I want to attach a specific link when the user clink on this "send email" . so far i don't have luck on searching because i don't what/how theyare call.

Anybody have any idea what they call or where can i find the example.


Cheer,
hoachen

NorthWest
06-19-2006, 03:52 PM
Are you looking for something similar to this?


<a href="mailto:?body=http://www.google.com">click here</a>

hoachen
06-19-2006, 08:40 PM
yes, indeed. because when i do <a href="mailto:?body=this is a testing <a href="http://www.google.com">click google here</a>

on the email i will see <a href="http://www.google.com">

YOUR CODE ARE ABLE TO FIXED MY PROBLEM! THANK YOU

Are you looking for something similar to this?


<a href="mailto:?body=http://www.google.com">click here</a>