Tutorials Scripts Free Q&A Books


 







:שמתשמ
:המסיס
  

0 :םויה תוסינכ
37 :שדוחה תוסינכ
2 :ןיילנוא םישלוג
רחא PHP CGI ASP JavaScript Cold Fusion JSP

JavaScriptב םיטפירקס


המסיס תנגה
םיזיע בלוח :רבחמה םש
http://www.builder.co.il :תיב-רתא

:תורעה\תויחנה
ףדל ךדלי הז הנוכנ המסיסה םאו ףד לע המסיס םישי הז ףד
.םיעבוק םתאש םיוסמ ףדל ךלי םג הז אל םאו ,םיוסמ
ךלי הזש םיפדה תאו "123" המסיסה רתא הז תונשל םכילעש לכ
.םהילא


:דוק

<script language="JavaScript">
// Made by David Berlin (c)
var password = prompt("Password Required :", "")

if (password==123) {
// change 123 to your password
alert('Correct Password');
this.location.href = "good.html";
}
else {
alert('Sorry, wrong password');
this.location.href = "wrong.html";
}

</script>

 

הרזח >>
...