/    Sign up×
Community /Pin to ProfileBookmark

whats wrong with this script?

What is wrong with this script? Even if they get the correct username and password, it still goes to about:blank…

<script language=”JavaScript”>
var u=window.prompt(“Enter username”)
var p=window.prompt(“Enter password”)
if (u == “user” & p == “pass”)
alert(“correct”)
else
alert(“Incorrect username/password”);
window.location = “about:blank”
</script>

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@A1ien51May 15.2005 — should be && not &
Copy linkTweet thisAlerts:
@A1ien51May 15.2005 — plus you need brackets!
<i>
</i>var u=window.prompt("Enter username")
var p=window.prompt("Enter password")
if (u == "user" &amp;&amp; p == "pass"){
alert("correct")
}
else{
alert("Incorrect username/password");
window.location = "about:blank"
}
&lt;/script&gt;
Copy linkTweet thisAlerts:
@tuckerauthorMay 16.2005 — Brilliant!!! thank you guys.
×

Success!

Help @tucker spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...