Sahra ForumSahraSiteSahibi
Mesaj Sayısı : 428 Tecrübe : 1091 Rep Puanı : 29 Kayıt Tarihi : 07/07/11 Yaş : 32 Nerden : Bilmem Lakap : gececi
| Konu: Şifreli Sayfa Oluşturma Kodu ! Cuma 29 Tem. - 16:28:01 | |
| - Kod:
-
<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> | |
|