首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

强大的web打印效能

2012-11-01 
强大的web打印功能1.html??? 2.head??? 3.title看看/title??? 4.meta http-equivContent-Type

强大的web打印功能

1.<html>???
2.<head>???
3.<title>看看</title>???
4.<meta http-equiv="Content-Type" content="text/html; charset=gb2312">???
5.<!--media=print 这个属性可以在打印时有效-->???
6.<style media=print>???
7..Noprint{display:none;}???
8..PageNext{page-break-after: always;}???
9.</style>???
10.?
11.<style>???
12..tdp???
13.{???
14.border-bottom: 1 solid #000000;???
15.border-left: 1 solid #000000;???
16.border-right: 0 solid #ffffff;???
17.border-top: 0 solid #ffffff;???
18.}???
19..tabp???
20.{???
21.border-color: #000000 #000000 #000000 #000000;???
22.border-style: solid;???
23.border-top-width: 2px;???
24.border-right-width: 2px;???
25.border-bottom-width: 1px;???
26.border-left-width: 1px;???
27.}???
28..NOPRINT {???
29.font-family: "宋体";???
30.font-size: 9pt;???
31.}???
32.?
33.</style>???
34.?
35.</head>???
36.?
37.<body >???
38.<center >???
39.<p>???
40.<OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0>???
41.</OBJECT>???
42.<input type=button value=打印 onclick=document.all.WebBrowser.ExecWB(6,1)>???
43.<input type=button value=直接打印 onclick=document.all.WebBrowser.ExecWB(6,6)>???
44.<input type=button value=页面设置 onclick=document.all.WebBrowser.ExecWB(8,1)>???
45.</p>???
46.<p> <input type=button value=打印预览 onclick=document.all.WebBrowser.ExecWB(7,1)>???
47.<br/>???
48.</p>???
49.<hr align="center" width="90%" size="1" noshade>???
50.</center>???
51.?
52.<table width="90%" border="0" align="center" cellpadding="2" cellspacing="0" border="0" cellspacing="0" cellpadding="0">???
66.<tr>???
67.<td width="50%" width="90%" size="1" noshade >???
75.<!--分页-->???
76.<div border="0" align="center" cellpadding="2" cellspacing="0" border="0" cellspacing="0" cellpadding="0">???
92.<tr>???
93.<td width="50%" class="tdp"><p>这样的报表</p>???
94.<p>对一般的要求就够了。</p></td>???
95.<td>&nbsp;</td>???
96.</tr>???
97.</table></td>???
98.</tr>???
99.</table>???
100.</body>???
101.</html>?

热点排行