Well I was woundering if any one knows if I can get a javascript game which makes up passwords from easy words to jumpled letters.
So they have a glimpse of it, and have to type what they saw.
+Rep![]()

Well I was woundering if any one knows if I can get a javascript game which makes up passwords from easy words to jumpled letters.
So they have a glimpse of it, and have to type what they saw.
+Rep![]()
Never seen this before. Be interesting to see if you get it though.
Are you after just a simple random password generator or something more fancy?
If you just want a javascript password generator I could make you one? :S
nope, got 1 of them.
Im looking for sumin where the password appears for like 1 second and theres a text box at the bottom and u have to enter the password u saw.
Thats simple :S
before it shows the password set a var called "password" then its value as the generated pass.
Then when the user inputs the password they thought they saw into a textfield it checks if the password entered = the var 'password'.
If it does, it says correct pword. If not it says wrong![]()
Last edited by Invent; 22-09-2007 at 04:58 PM.
-requests pls-Thats simple :S
before it shows the password set a var called "password" then its value as the generated pass.
Then when the user inputs the password they thought they saw into a textfield it checks if the password enters = the var 'password'.
If it does, it says correct pword. If not it says wrong
Gimmeh your code and I'll mess around with it.
Want to hide these adverts? Register an account for free!