ÿþ<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>B­t Mã</title> <style> body p{ font-size:14pt; } h{ font-size:20pt; color: blue; } </style> <script> function checkpass() { if(document.getElementById('pass').value == "viet6144") location.href = "../bottom.htm"; //This sends the user to the new page else alert("Sai b­t mã rÕi! Vui lòng làm l¡i "); <!--location.href = "../home.htm";--> if(document.getElementById('pass').value !== "viet6144") location.href = "../home.htm"; } </script> <body> <center> <h>Hãy iÁn b­t m£ vào ô d°Ûi.</h> <br> (B¡n s½ có nhïng bài thuÑc r¥t là hay) <br><br> <input type="password" id="pass" /> <input type="button" value="B¥m Nút" onclick="checkpass()" /> <br> <br> <marquee style="font-family: Myriad Roman; font-size: 14pt; color: #CC0000; font-style: italic; font-weight: bold" align="middle" scrolldelay="50" scrollamount="5"> C£m ¡n b¡n £ vào m¡ng l°Ûi cça tôi.</marquee> </center> </body> </head>