S sandra macrumors newbie Original poster Sep 8, 2004 #1 Hello, I am running my information pages from access database, using ASP - This database includes an email field, i would like the subject in the email to have an automatic title. Any suggestions of how to go about it would be gratefully received.
Hello, I am running my information pages from access database, using ASP - This database includes an email field, i would like the subject in the email to have an automatic title. Any suggestions of how to go about it would be gratefully received.
jeremy.king macrumors 603 Sep 9, 2004 #2 Are you trying from a webpage, I assume so since you mention ASP. This works (at least with most win browsers). PHP: <a href="mailto:someone@nowhere.com?subject=this is my subject">email</a>
Are you trying from a webpage, I assume so since you mention ASP. This works (at least with most win browsers). PHP: <a href="mailto:someone@nowhere.com?subject=this is my subject">email</a>