<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>无标题页</title>
<script>
function window.onload(){
var printArea=opener.document.all.printArea;
window.document.body.innerHTML=printArea.innerHTML;
window.focus();
window.document.all.WebBrowser.ExecWB(7,1);
window.close();
}
</script>
</head>
<body>
<div id=Div1>
sdfsdfsdfsdfsdf</div>
<a href="#" οnclick="window.print()" class="notprint">
打印</a>
</body>
</html>