Click to See Complete Forum and Search --> : Attaching documents in an email with mailto


Allhoo
09-09-2003, 10:42 AM
I am creating a page with a list of documents. I want to have a link that will email the document to someone. Can I use the mailto tag? or does this require a script of some sort?

Thanks

requestcode
09-09-2003, 11:12 AM
You will have to use a Server Side language such as Perl, PHP or ASP to perform that function. HMTL and JavaScript cannot do that by itself.