<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>şifre</title>
</head>
<body bgcolor="#FFFFFF">
<p><script language="Javascript">
<!--
var password = "Şifre Buraya"
var x = prompt("Lütfen şifreyi giriniz"," ")
if (x.toLowerCase() == password) {
alert("Şifre doğru Ana Sayfaya Girmek İçin Tamam'a Tıklayın")
location = "Http://"
}
else {
location = "yanlış girdiniz sayfası"
}
//-->
</script></p>
</body>
</html>
|