I founf the following on a website, with a link to their INTRANET
Date: 10/17/05
(Code WTF) Keywords: html
function passBox() { var passwordText = ""; passwordText = prompt("vul hier het password in ", "type to connect"); if (passwordText == "personeel only") { alert("Correct Password - Click OK To Continue") location.href = "personeelspagina.html" }
Source: http://community.livejournal.com/code_wtf/17784.html
|