<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>