<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>打印页</title>
<style media="print">
.Noprint{display:none;}
.Print{display:;}
.PageNext{page-break-after:always;}
</style><OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0></OBJECT>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
<script language=javascript>
document.all.WebBrowser.ExecWB(7,1);
</script>
<script language=javascript>
window.opener=null;
window.close();
</script>