Does it exist?
Im wanting to have a quick prompt (such as that provided by javascript) thats works within a single page asking a user to confirm his/her password so that he/she can continue, so either if with a correct password he/she recieves the necessary web data and with an incorrect password he/she recieves other web data (ie. a WRONG PASSWORD go away message)
Of course a password is always sensitive material and I need to make sure no one can just view source the page and walk right into my system.
I really want to get this working within a single page, but cant find any ways to safely do so.
Any help would be most appreciated!
Thanks in advance,
KC