Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Password Protection Articles

You are here: irt.org | Articles | JavaScript | Password Protection

075. Saturday 4th April 1998 - Intelligent Password Verification #2
Synopsis: This article was brought about by a discussion in the usenet newsgroup news:comp.lang.javascript about the failings of the previous article Intelligent Password Verification. The majority of this rework is down to Peter Landgren, who took three attempts to come up with a solution for MSIE 3, but who got there in the end :)
Techniques: form, password, hidden, location, image, onError, onLoad, document.images, image source, floating frame

062. Friday 6th February 1998 - Intelligent Password Verification
Synopsis: The vast majority of password protectors rely on the visitor knowing the name of the file, which is used as a password. However, if you get it wrong you get an error message saying file not found. The Intelligent Password Verifier uses a subtle approach, by first attempting to load an image file as the entered password, if the JavaScript detects that the image did not load, i.e. it was not found, then it displays a password invalid message.
Techniques: form, password, hidden, location, image, onError, onLoad, document.images, image source

©2018 Martin Webb