Thread: Resolved Login Form in Javascript
View Single Post
Old 11-13-2012, 11:44 AM   PM User | #2
minder
Banned

 
Join Date: Oct 2012
Posts: 81
Thanks: 0
Thanked 4 Times in 4 Posts
minder can only hope to improve
I think this is probably a homework exercise because in the real world there is no way you should be using javascript to count login attempts because it can be very easily bypassed.

If you want to count login attempts properly, then you should be doing this server side with a server side language like PHP etc.
minder is offline   Reply With Quote