View Single Post
Old Jun 24th, 2005, 4:31 AM   #7
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
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
Cerulean is offline   Reply With Quote