คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #20 : code-ให้กรอกpassword
<!-- 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>
-------------------------------------------------------------------------------------------------------------------------------------------------------------
**เปลี่ยนได้
ความคิดเห็น