View Full Version : email links


jamingben
11-24-2003, 02:18 PM
hi,

i know how you can make a mailto link so that it the mail contains a subject as well as an address, but is there any way of making the content of the mail appear automatically?

i guess it might have to use forms or something, but i don't really understand these

thanks

pb&j
11-24-2003, 02:32 PM
<a href="mailto:yourplace@there.com?subject=blah&body=This is a test"> click </a>

jamingben
11-24-2003, 11:52 PM
wow, thanks a lot