ลำดับตอนที่ #1
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #1 : โค้ด Password
<SCRIPT language=javascript>
var wrong="ใส่ URL ของลิ้งค์ที่ต้องการให้โชว์ถ้าใส่พาสเวิร์ดผิด";
// password
var password="ใส่พาสเวิร์ด";
// prompts the user this
var name = prompt("ก ร อ ก P a s s w o r d จ๊ า ");
// if... else statement right, confirm this, wrong, go to wrong
if (name == password) {(confirm("เ ห้ ย ! ! รู้ ไ ด้ ไ ง เ นี่ ย"))}
else {location.href=wrong}
</SCRIPT>
var wrong="ใส่ URL ของลิ้งค์ที่ต้องการให้โชว์ถ้าใส่พาสเวิร์ดผิด";
// password
var password="ใส่พาสเวิร์ด";
// prompts the user this
var name = prompt("ก ร อ ก P a s s w o r d จ๊ า ");
// if... else statement right, confirm this, wrong, go to wrong
if (name == password) {(confirm("เ ห้ ย ! ! รู้ ไ ด้ ไ ง เ นี่ ย"))}
else {location.href=wrong}
</SCRIPT>
เก็บเข้าคอลเล็กชัน
ความคิดเห็น