ลำดับตอนที่ #1
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #1 : ~CODE~ ใส่รหัสผ่านก่อนเข้าหน้า
<script language="javascript">
<!-- BEGIN Script
// where to go if wrong password...
var wrong="URL เวปที่จะไปเมื่อรหัสผ่านผิด";
// password...
var password="ใส่พาสตรงนี้";
// prompts the user this...
var name = prompt("ขอความให้ใส่พาส");
// if... else statement... right, confirm this, wrong, go to wrong...
if (name == password) {(confirm(" ข้อความเมื่อใส่พาสถูกต้อง"))}
else {location.href=wrong}
// END Script -->
</script>
เก็บเข้าคอลเล็กชัน
ความคิดเห็น