ภาษาไทย
<!--เพิ่มโค้ดต่อไปนี้ลงในพื้นที่ <body>--> <script> function look() { if(event.keyCode==123){ window.location='view-source:'+window.location. href ;} if(event.keyCode==120){ window.print();} } if(document.onkeydown==null) {document.onkeydown=look; document.write("<br><br>ปุ่มฟังก์ชัน description :<br> <FONT COLOR=red>F12</font>: ดูโค้ด<br> <FONT COLOR=red>F9</font>: พิมพ์หน้านี้") } </script>