ลำดับตอนที่ #6
คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #6 : ห้ามคลิ๊กขวา
pearl<script LANGUAGE="JavaScript">
function click() {
if (event.button==2) {
alert(' ใส่ข้อความห้ามคลิ๊กขวา ');
}
}
document.onmousedown=click
// -->
</script>eus
function click() {
if (event.button==2) {
alert(' ใส่ข้อความห้ามคลิ๊กขวา ');
}
}
document.onmousedown=click
// -->
</script>eus
เก็บเข้าคอลเล็กชัน
ความคิดเห็น