Re: Site password, login protection
[ Follow Ups ] [ Post Followup ] [ WWWBoard ]
Posted by and??? on October 02, 1998 at 13:17:11:
In Reply to: Site password, login protection posted by Concerned Surfer on September 18, 1998 at 04:35:00:
: Here is the code I was telling you about: : if (username) { if (password) { : if (username=="warrior") { if (password=="08944") { window.location="/crew/page1.html";} } : if (username=="brigade") { if (password=="watchman") { window.location="/crew/page1.html";} } : if (username=="warrior") { if (password=="captain98") { window.location="/crew/page1.html";} } : if (username=="warrior") { if (password=="3160") { window.location="/crew/page1.html";} } : else { alert("Invalid login!") } : }
Follow Ups:
Post a Followup
|