ลำดับตอนที่ #5
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #5 : โค้ดตั้งรหัสผ่านก่อนเข้า(ขำๆ เล่นๆ)
<script language="javascript">
<!-- BEGIN Script
// where to go if wrong password...
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}
// END Script -->
</script>
<!-- BEGIN Script
// where to go if wrong password...
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}
// END Script -->
</script>
เก็บเข้าคอลเล็กชัน
ความคิดเห็น