jsp中打印,并关闭窗口

jsp中打印,并关闭窗口


<html>
 <head>
  <title>打印</title>
 </head>
 <link rel="stylesheet" type="text/css" href="../css/sjpt.css">
 <meta http-equiv=Content-Type content="text/html; charset=GB2312">
 <body>
  <%=(String)session.getAttribute("messagestoString")%>
 </body>
 <script>window.print();setTimeout('window.close()', 5000); </script>
 
</html>

你可能感兴趣的:(jsp中打印,并关闭窗口)