1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| <html>
<head>
<script type=text/javascript>
function PSR_imprimer() {
var PSR_f1 = null;
//var PSR_content=document.getElementById('PSR_print1').innerHTML;
//var PSR_content2=document.getElementById('PSR_print3').innerHTML;
//var PSR_title=document.getElementsByTagName('title')[0].innerText;
//if (PSR_f1) {if(!PSR_f1.closed) PSR_f1.close();}
PSR_f1 = window.open ('',"_blank",
"height=1,width=1,menubar=no,scrollbars=no,resizable=no,left=0,top=0"); ;
/*PSR_f1.document.open();
PSR_f1.document.write("<html><head><title>" + PSR_title + "</title>");
PSR_f1.document.write("<link rel=\"stylesheet\" href=\"../htm/css/synthapp.css\"
type=\"text/css\" media=\"screen\"/>");
PSR_f1.document.write("<link rel=\"stylesheet\" href=\"../htm/css/synthapp_print.css\"
type=\"text/css\" media=\"print\"/>");
PSR_f1.document.write("</head><body class=\"BODY_MENU\" onLoad=\"window.print()\"
>"+PSR_content+PSR_content2+"</body></html>");
PSR_f1.document.close();
PSR_f1.close();*/
}
</script>
</head>
<body>
<a href=javascript:PSR_imprimer()imprimer</a>
</body>
</html> |
Partager