Hello.. can anyone tell me how I can execute the mailto command once i gather information from a page?
Here's how it goes:
1. welcome.asp gathers information from the user.
2. once the user clicks submit welcome.asp page will pass all the information in the query string to send.asp.
3. send.asp will now take the query string put the appropriate body, subject, to.. mailto command and execute it thus opening the client's default email program.
I have all the processing stuff done just need to know how i can execute mailto.
Thanks.
T
Here's how it goes:
1. welcome.asp gathers information from the user.
2. once the user clicks submit welcome.asp page will pass all the information in the query string to send.asp.
3. send.asp will now take the query string put the appropriate body, subject, to.. mailto command and execute it thus opening the client's default email program.
I have all the processing stuff done just need to know how i can execute mailto.
Thanks.
T