PDA

View Full Version : Subject line


mobious
05-29-2003, 02:29 PM
Hey guys..

Is it possible to dynamicly add a subject line when you hit a mailto link?

In one of my asp pages I want to be able to view a results page and if I have some info on the results be able to email someone the info.. Currently I am only using the mail to command.. I want to add a subject line with the results name...

Make sence?

sunpost
05-29-2003, 05:18 PM
<a href="mailto:foo@bar.com?subject=WTF!">mailto example</a>

mobious
05-30-2003, 09:05 AM
LOL thanks


you know like 2 mins after I posted this I found the answer..

viva Google