Hi all - quick question for you.
I am sending out a survey to a bunch of customers which is in the form of a Word document. My intent is to have the user fill out the survey and then be able to click on a button on the page that creates an email with the survey attached and have it addressed to a certain email address... Is this possible?
Thanks in advance!






Gurudev posted this at 19:09—14th February 2002.
They have: 61 posts
Joined: Nov 2001
I am not sure if it can be fully automated. You are welcome to post this as a project (if you are willing to pay) on our site and there are a lot of capable programmers.
thanks
http://WebDesignBids.com -or- http://ProgrammingBids.com
[=1]Register for FREE as a buyer to post projects ~or~ as a programmer/designer to find work
Buyers Request - Programmers Bid! Get bids on Design, Scripts, Databases, Programming..
[=-1](also coming soon - WebHostingRequests and WebHostingOffers)[/][/]
doublehelix posted this at 20:10—14th February 2002.
They have: 117 posts
Joined: Feb 2002
look here for starters:
http://www.hotscripts.com/Perl/Scripts_and_Programs/Email_Systems/Web-based_Email/
Wil posted this at 10:01—15th February 2002.
They have: 601 posts
Joined: Nov 2001
Hi
I just tried the obvious:
<a href="mailto:email@address?attachment=c:\temp\link.html">mail me</a>'
But that doesn't seem to want to work. You can fill every header with this, and the body of the message -- all except for attachments. Makes sense I suppose, security wise.
The only way I can think of, is to tell them, in Word, to click "File -> Send To -> Email" to and then enter your email address. That should make the file attach itself to an email message.
Hope this helps.
- wil
Hundley posted this at 19:52—15th February 2002.
They have: 40 posts
Joined: Jul 2001
Thanks all - I'll try these out...