Quote:
|
Originally Posted by BlazingWolf
You could do it with Javascript and cookies. Not the most reliable though.
Well...depending on what your definition of "complete" is.
|
That wasn't what I was implying. JavaScript password methods are broking because the only semi-decent way to use a password in JavaScript is a single-shot deal, via something like
var passw = prompt("What is the password?", "");
window.location = passw + ".htm"; This is all stored in your history, etc, so that is a big no no.
Break out of the "server-side-scripting == PHP" mentality
