I would like to have a page that displays terms for access to the database. If the user agrees to those terms, the user will be granted access. If they don't agree to the terms, they will be redirected elsewhere. I am currently doing this by starting on a separate html page. If the user agress to the terms on the page, the user is directed to the login page. I would like to do this within the application. I know I can use a before login event to send the user to the separate page, but if the user agrees to the terms on the page, how do I direct him back to the login page. So that the user is not asked to agree to the terms every time, I believe I will need to store a value in a table indicating ageement, and check that value each time to see if that user has already agreed. If they have already agreed, then I want to proceed directly to the login page. I don't know that much about ASP programming, that is why I have to ask this question. Any suggestions would be appreciated.
Thanks,
Jerome A. Wendell