Forum Moderators: phranque
1. I found some sample code online done with ASP and I would like to use ASP to do this to get more practice at it. So does my ISP have to support any other piece of software besides ASP in order for me to process forms?
2. I know that one way of doing this is simply emailing all the information to my email account. I have also done some job applications where I filled in the info and I received *.html file as an attachment with all the informations. So my question is what is better to do, place the data directly in the body of the email or create *.html file and then email that as an attachment?
3. If sending the *.html file, how would I do that? Any sample ASP code?
Thanks
As raywood said, Check with your ISP for componenets they provide, generally all ISP do provide CDonts.
Its always good idea to keep the email as text rather than html., Just paste the form value to fields and send them to mail, may be one copy to Administrator and another to user (thanks copy) for notification., It always makes good impression
thank you
kashyap