頁面打印

<head runat="server">
    <title> 成績單打印</title>
  
    <!--media=print 這個屬性可以在打印時有效-->
    <style media="print">
.Noprint{display:none;}
.PageNext{page-break-after: always;}
    </style>
  
    <script language="JavaScript" type="text/javascript"> 
      
  </script>
</head>
<body style="text-align: left">
  <OBJECT id="WebBrowser" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0"  width="0">    </OBJECT>
    <form id="form1" runat="server">
    <div   id="printdiv" style="text-align: center">
               <table border="0" cellpadding="0" cellspacing="0" style="width: 532px; height: 47px" class="Noprint">           
           <tr>           
                <td style="width: 100px; text-align: center">
                    <input id="Button2" style="width: 79px; height: 32px" type="button" value="直接打印" onclick="document.all.WebBrowser.ExecWB(6,6)"/></td>
                <td style="width: 100px; text-align: center">
                    <input id="Button3" style="width: 79px; height: 32px" type="button" value="打印預覽" onclick="document.all.WebBrowser.ExecWB(7,1)"/></td>
                <td style="width: 100px; text-align: center">
                    <input id="Button1" style="width: 79px; height: 32px" type="button" value="打印設置" onclick="document.all.WebBrowser.ExecWB(8,1)"/></td>
                <td style="width: 100px">                   
                    <input id="Button4" style="width: 79px; height: 32px" type="button" value="取消" /></td>                   
            </tr>           
        </table>
       
        <table border="0" style="width: 532px; height: 197px; text-align: right;" class="PageNext">
            <tr>
                <td align="center" colspan="2" rowspan="1" style="width: 526px; height: 27px" valign="middle">
                    <asp:Label ID="Label1" runat="server" Height="24px" Width="290px"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" colspan="2" rowspan="3" style="width: 526px" valign="top">
                                       &nbsp;</td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
        </table>
          </div>
    </form>
</body>
</html> 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章