Français
<!--Ajoutez le code suivant à la zone <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>Touche de fonction description :<br> <FONT COLOR=red>F12</font> : Afficher le code.<br> <FONT COLOR=red>F9</font> : Imprimer cette page.") } </script>