function Forms() {   var password = prompt("Password Required:", "");   if (password) { this.location.href = "secure/" + password + ".html"; }}