Password Protection
Friday May 8, 2009
Password protection is best done on the server
Javascript is not really suited to the application of password protection to a web page since it is easy for anyone to view the source of the current page including any attached Javascripts. There are a couple of alternative ways to code password protection in Javascipt that avoid placing the password in the Javascript on the calling page and which are therefore somewhat effective and usable where a server side option is not available.
Password Protection


No comments yet. Leave a Comment