Português
<!--Adicione o seguinte código à área <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>Tecla de função description :<br> <FONT COLOR=red>F12</font>: Veja o código.<br> <FONT COLOR=red>F9</font>: Imprima esta página.") } </script>