http://www.experts-exchang
This is the same question posted to the asp pages...there, one of the experts told me it was a javascript problem...my initial thought was that this was purely an asp problem, but he lead me to believe that it was a javascript problem, since I am using asp/javascript, not asp/vbscript.
Either way I will try to explain things better.
When a user arrives at the site, they enter their user name and password. These are then written to session variables in asp, and sent to the database to create the connection with the database server. Based on the roles and privileges that the user has, they will be able to access a minimal set of pages. What I'm looking to do, is something like a try / catch statement...specifically so that I can try to make the connection to the oracle database, then catch if the error that is occuring is due to an invalid username / password.
Main Topics
Browse All Topics





by: cubrovicPosted on 2003-06-16 at 14:43:13ID: 8735483
I dont think that this have anything with javascript.
You have to do this on your asp pages where you check the users.
If you want to do something that i didn't understood explain it a little better.