Thread: Email links
Results 1 to 5 of 5
Related
-
links links and selectbox Forum: HTML Forum
Replies: 1 -
Dreamweaver - Swap_images with email links Forum: Javascript Forum
Replies: 1
-
05-03-2002, 04:27 PM #1
Email links
Does anybody know of a way to make it so that a link will not only send an email to whoever you want, but will attach a file that is on the users computer?????
Any help would be appreciated.
-
05-03-2002, 07:30 PM #2
This will require some type of Email Handler...
You can use ASP/PHP.
PHP -> http://www.hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/
ASP -> http://www.hotscripts.com/ASP/Scripts_and_Components/Form_Processors/
PERL -> http://www.hotscripts.com/Perl/Scripts_and_Programs/Form_Processors/
-
05-06-2002, 01:04 PM #3
Thanks Zaire,
I actually found out a pretty easy way. I used the following code:
<a href="mailto:blah@blah.com?subject=blah@body=a href=c:\blah.doc>blah blah</a>
It works!
-
05-06-2002, 01:06 PM #4Originally posted by iansilber
Thanks Zaire,
I actually found out a pretty easy way. I used the following code:
<a href="mailto:blah@blah.com?subject=blah@body=a href=c:\blah.doc>blah blah</a>
It works!
-
05-06-2002, 01:08 PM #5
Yeah, I wasn't sure if it would work when I tried it, but I gave it a shot and it actually worked. Hurray!