<html dir="rtl">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">

<title></title>
</head>

<body>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
function password() {
var testV = 1;
var pass1 = prompt('الرجاء ادخال كلمة السر','');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1 == "هنا تضع كلمة السر التي تعجبك") {
alert('كلمة السر صحيحة .. تفضل.');

//هنا ادخل عنوان الصفحة الموجودة في مجلد صفحتك .. والتي تريد احالة الزائر اليها اذا ادخل الكلمة الصحيحة

window.open('corect.htm');
break;
}
testV+=1;
var pass1 =
prompt('دخول خاطيء .. اعد المحاولة','*****');
}
if (pass1!="******" & testV ==3)
history.go(-1);
return " ";
}
// End -->
</SCRIPT>





<p align="center">
<input type="button" value="منطقة محمية بكلمة مرور" onClick="password()" style="font-family: Tahoma; color: #FF0000">
</FORM>

</body>
</html>