No need to suck,
There are pretty much three ways to achieve this:
Use the variable that stores the path for your file to attach the text file to an email using the built-in email function. This requires that the user has access to an email system on their machine - unlike yahoo / gmail / etc. However, it will work if MS Live is installed under W7.
Or use the above method, but insert the variables that would have been in the text file directly into the body of the email - this can be made simpler by concatenating the variables into a single string.
Or lastly, if you have access to PHP on a server, you can post the variables via a URL and use the PHP script to mail the results to yourself, thus avoiding any problems of the user not having email.
They increase in order of difficultly and all work as I have used them for various clients over the years.
Mack
_________________ When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.
Interactive Solutions for Business & Education Learn Anywhere. Learn Anytime.
www.interaktiv.co.uk +44 (0) 1395 548057
|