snip]... function gateKeeper() { var username = prompt("Enter your username:", ""); var password = prompt("Enter your password:", ""); this.location.href = username + "/" + password + ".html"; } ...[snip]