PDA

View Full Version : Body message in an e-mail link


JimboS
07-18-2003, 09:55 AM
Does anyone know how I can set up an e-mail link so that when it is clicked a certain amount of text will be added to the e-mail.

I want to use a recommend this site link and automatically have the URL written into the message.

Jimbo

JimboS
07-18-2003, 10:00 AM
Scratch that I have sorted now :)

tommysphone
07-18-2003, 02:09 PM
<a href="mailto:firstname.lastname@domain.tag?subject=subject here?body=Body text here">email address here</a>

That is how you can do it for those who wanted to know.