akay
10-02-2006, 08:45 AM
So I am trying to write an application where:
1) a Web page opens up (using HttpURLConnection class), prompting an automatic download
2) an email is sent confirming that the code was executed correctly
I don't know whether to program an HTML page, using JAVA to send the confirmation email (if it can indeed do that) or if I'm better off using an ASP coded webpage to confirm the download.
Any ideas? I'm new to this kind of programming so all advice is welcome!
1) a Web page opens up (using HttpURLConnection class), prompting an automatic download
2) an email is sent confirming that the code was executed correctly
I don't know whether to program an HTML page, using JAVA to send the confirmation email (if it can indeed do that) or if I'm better off using an ASP coded webpage to confirm the download.
Any ideas? I'm new to this kind of programming so all advice is welcome!