<script language=
"Javascript"
>
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com
var
password =
"taytariko"
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
{
"yanlis.html"
//-->
</script>
-----------------------------------------------------
not:
sifre : taytariko