html的打印代码支持翻页


本文摘自PHP中文网,作者php中世界最好的语言,侵删。

这次给大家带来html的打印代码支持翻页,使用html支持翻页的打印代码注意事项有哪些,下面就是实战案例,一起来看一下。

ylbtech_html_print
html打印代码,支持翻页

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

68

69

70

71

72

73

74

75

76

77

78

79

80

81

82

83

84

85

86

87

88

89

90

91

92

93

94

95

96

97

98

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

116

117

118

119

120

121

122

<html>

<head>

<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">

<title>看看</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<!--media=print 这个属性可以在打印时有效-->

<style media=print>

.Noprint{display:none;}

.PageNext{page-break-after: always;}

</style>

<style>

.tdp

{

border-bottom: 1 solid #000000;

border-left: 1 solid #000000;

border-right: 0 solid #ffffff;

border-top: 0 solid #ffffff;

}

.tabp

{

border-color: #000000 #000000 #000000 #000000;

border-style: solid;

border-top-width: 2px;

border-right-width: 2px;

border-bottom-width: 1px;

border-left-width: 1px;

}

.NOPRINT {

font-family: "宋体";

font-size: 9pt;

}

</style>

</head>

<body >

<center class="Noprint" >

<p>

<OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>

</OBJECT>

<input type=button value=打印 onclick=document.all.WebBrowser.ExecWB(6,1)>

<input type=button value=直接打印 onclick=document.all.WebBrowser.ExecWB(6,6)>

<input type=button value=页面设置 onclick=document.all.WebBrowser.ExecWB(8,1)>

</p>

<p> <input type=button value=打印预览 onclick=document.all.WebBrowser.ExecWB(7,1)>

<br/>

</p>

<hr align="center" width="90%" size="1" noshade>

</center>

<table width="90%" border="0" align="center" cellpadding="2" cellspacing="0" class="tabp">

<tr>

<td colspan="3" class="tdp">第1页</td>

</tr>

<tr>

<td width="29%" class="tdp">&nbsp;</td>

<td width="28%" class="tdp">&nbsp;</td>

<td width="43%" class="tdp">&nbsp;</td>

</tr>

<tr>

<td colspan="3" class="tdp">&nbsp;</td>

</tr>

<tr>

<td colspan="3" class="tdp"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="50%" class="tdp"><p>这样的报表</p>

<p>对一般的要求就够了。</p></td>

<td>&nbsp;</td>

</tr>

</table></td>

</tr>

</table>

<hr align="center" width="90%" size="1" noshade class="NOPRINT" >

<!--分页-->

<div class="PageNext"></div>

<table width="90%" border="0" align="center" cellpadding="2" cellspacing="0" class="tabp">

<tr>

<td class="tdp">第2页</td>

</tr>

<tr>

<td class="tdp">看到分页了吧</td>

</tr>

<tr>

<td class="tdp">&nbsp;</td>

</tr>

<tr>

<td class="tdp">&nbsp;</td>

</tr>

<tr>

<td class="tdp"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="50%" class="tdp"><p>这样的报表</p>

<p>对一般的要求就够了。</p></td>

<td>&nbsp;</td>

</tr>

</table></td>

</tr>

</table>

<hr align="center" width="90%" size="1" noshade class="NOPRINT" >

<div class="PageNext"></div>

<table width="90%" border="0" align="center" cellpadding="2" cellspacing="0" class="tabp">

<tr>

<td class="tdp">第3页</td>

</tr>

<tr>

<td class="tdp">看到分页了吧</td>

</tr>

<tr>

<td class="tdp">&nbsp;</td>

</tr>

<tr>

<td class="tdp">&nbsp;</td>

</tr>

<tr>

<td class="tdp"><table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="50%" class="tdp"><p>这样的报表</p>

<p>对一般的要求就够了。</p></td>

<td>&nbsp;</td>

</tr>

</table></td>

</tr>

</table>

</body>

</html>

相信看了这些案例你已经掌握了方法,更多精彩请关注php中文网其它相关文章!

相关阅读:

HTML中head头结构应该如何使用

在HTML的列表中,dl(dt,dd)、ul(li)、ol(li) 有什么不同

IE8兼容的重要属性X-UA-Compatible

以上就是html的打印代码支持翻页的详细内容,更多文章请关注木庄网络博客

相关阅读 >>

Html的<abbr>标签

Html的基础控件有哪些

Html中频繁用的标签总结

Html中的锚点和页面跳转

如何设置Html字体大小

图文详解Html页面中添加图片的三种方法

Html css怎么设置字体大小

Html学习笔记一

Html文本域标签属性有哪些?Html文本域标签属性用法介绍

关于Html主体的一些问题探讨

更多相关阅读请进入《Html》频道 >>




打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...