打印|分页
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style>
media print{
INPUT {display:none}
}
</style>
</head>
<body>
<TABLE border="0" width="300px" align="center">
<THEAD colspan="2" align="center" double red">每页都有的表头</TD></TR>
</THEAD>
<TBODY colspan="2" align="center" double blue">每页都有的表尾</TD>
</TR>
</TFOOT>
</TABLE>
<input type=button value=" 打 印 " onclick=javascript:window.print()>
</body>
</html>