1. 程式人生 > >列印、設定、預覽頁面

列印、設定、預覽頁面

<html>
<head>
<title>列印</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-type" content="text/html;charset=gb2312">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">


<style media=print type="text/css">
.noprint {
visibility: hidden
}


#print {
display: none;
}
</style>
</style>
</head>


<body>
<div id="print" style="height: 20px;">
<OBJECT id="WebBrowser"
classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0"
width="0">
</OBJECT>
<table width="100%" height="100%">
<tr align="center" valign="middle" style="width: 100%;">
<td style="font-size:14px;">
<input type="button" style="width: 80px;" value="列印"
onclick="window.print();">
<input type="button" style="width: 80px;" value="頁面設定"
onclick="document.all.WebBrowser.ExecWB(8,1)">
<input type="button" style="width: 80px;" value="列印預覽"
onclick="document.all.WebBrowser.ExecWB(7,1)">
</td>
</tr>
</table>
</div>
<br>
<div id='main' align='center'>

12312312313123113

</div>
</body>
<script type="text/javascript">
  window.moveTo(0,0);
   window.resizeTo(window.screen.availWidth,window.screen.availHeight);
//document.getElementById("mainPrint").innerHTML = opener.window.document.getElementById(aa).innerHTML;此處的aa是父頁面傳過來的要列印區域的ID
  </script>
</html>