Hello:
I am using a hardcoded user name and password to let users access a specific web page. It is coded in asp.
However, I now need to have users input their email addresses, but still use the hardcoded password to access the specific page.
I need to either have the email addresses sent via email to the admin, or send the email addresses to a simple db (which I must build) on an NT server.
Any ideas on how to do this?
Thanks in advance for your help.
matua105