00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

auto-subject 2001-03-15 15:44:50


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

Response to auto-subject 2001-03-15 18:34:56


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.

Response to auto-subject 2001-03-17 08:12:20


thanx man