<script language="Javascript">
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var password = "taytariko"
var x = prompt("Lütfen şifreyi giriniz"," ")
if (x.toLowerCase() == password) {
alert("Şifre doğru \n \n Sayfaya girmek için Tamam'a tıklayın")
location = "dogru.html"
}
else {
location = "yanlis.html"
}
//-->
</script>
-----------------------------------------------------
not:
sifre : taytariko