Indonesia
<!--Tambahkan kode berikut ke area <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>Kunci fungsi deskripsi :<br> <FONT COLOR=red>F12</font>: Lihat kodenya.<br> <FONT COLOR=red>F9</font>: Cetak halaman ini.") } </script>