this is a stupid question perhaps, but i'm looking for the html code, and the flash code for my next problem
if you click on my name, you should be able te send me a name, but i want that the subject automaticly gets filled in
this is a stupid question perhaps, but i'm looking for the html code, and the flash code for my next problem
if you click on my name, you should be able te send me a name, but i want that the subject automaticly gets filled in
At 3/15/01 03:44 PM, MrPrez wrote: this is a stupid question perhaps, but i'm looking for the html code, and the flash code for my next problem
if you click on my name, you should be able te send me a name, but i want that the subject automaticly gets filled in
I think it's mailto:emailaddress?subject=yoursubject
So, the HTML for a static page would be:
<a href="mailto:youremailaddress?subject=A Subject">Mail me<</a>.
Or, the Get URL for flash would be mailto:emailaddress?subject=yoursubject
Have fun.