zoukankan
html css js c++ java
框架内数据的打印。。。。
body
{
}
{
color
:
#000000
;
background
:
#ffffff
;
font-family
:
verdana,arial,sans-serif
;
font-size
:
12pt
;
}
h2
{
}
{
font-size
:
14pt
;
}
a
{
}
{
text-decoration
:
underline
;
color
:
#0000ff
;
}
table
{
}
{
border-right
:
#cc3366 1px solid
;
border-top
:
#cc3366 1px solid
;
border-left
:
#cc3366 1px solid
;
border-bottom
:
#cc3366 1px solid
;
}
#logo,#head,#menu,#tail,#printicon
{
}
{
display
:
none
;
}
#appendedlinks
{
}
{
page-break-before
:
always
}
<%
@ Page Language
=
"
C#
"
AutoEventWireup
=
"
true
"
CodeFile
=
"
Default.aspx.cs
"
Inherits
=
"
_Default
"
%>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
xmlns
="http://www.w3.org/1999/xhtml"
>
<
head
runat
="server"
>
<
title
>
Untitled Page
</
title
>
<
link
rel
="stylesheet"
type
="text/css"
href
="Css/print.css"
media
="print"
/>
</
head
>
<
body
class
="body"
>
<
form
id
="form1"
runat
="server"
>
<
TABLE
id
="Table"
class
="table"
>
<
caption
>
<
font
size
='4'
face
='楷体_gb2312'
>
投诉表扬列表
</
font
></
caption
>
<
tr
>
<
td
style
="height: 20px"
>
投诉表扬
</
td
>
<
td
style
="height: 20px"
>
部门一
</
td
>
<
td
style
="height: 20px"
>
部门二
</
td
>
<
td
style
="height: 20px"
>
部门三
</
td
>
<
td
style
="height: 20px"
>
部门四
</
td
>
<
td
style
="height: 20px"
>
部门五
</
td
>
<
td
style
="height: 20px"
>
部门六
</
td
>
<
td
style
="height: 20px"
>
部门七
</
td
>
<
td
style
="height: 20px"
>
部门八
</
td
>
</
tr
>
<
tr
>
<
td
>
当月投拆
</
td
>
<
td
>
20
</
td
>
<
td
>
22
</
td
>
<
td
>
4444
</
td
>
<
td
>
1000
</
td
>
<
td
>
2000
</
td
>
<
td
>
1003
</
td
>
<
td
>
59
</
td
>
<
td
>
22
</
td
>
</
tr
>
<
tr
>
<
td
>
当月表扬
</
td
>
<
td
>
20
</
td
>
<
td
width
="62"
>
20
</
td
>
<
td
>
22
</
td
>
<
td
>
8000
</
td
>
<
td
>
20
</
td
>
<
td
>
8000
</
td
>
<
td
>
4000
</
td
>
<
td
>
22
</
td
>
</
tr
>
</
TABLE
>
<
input
id
="tail"
type
="button"
value
="打印"
class
="head"
onclick
="print()"
/>
<
input
id
="head"
type
='button'
class
="Noprint"
value
='打印'
onclick
='document.all.WebBrowser.ExecWB(6,1)'
NAME
="Button4"
><
object
id
='WebBrowser'
classid
='CLSID:8856F961-340A-11D0-A96B-00C04FD705A2'
height
='0'
width
='0'
></
object
><
input
id
="printicon"
type
='button'
class
="Noprint"
value
='打印预览'
onclick
='document.all.WebBrowser.ExecWB(7,1)'
NAME
="Button4"
>
</
form
>
</
body
>
</
html
>
<%
@ Page Language
=
"
C#
"
%>
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
script
runat
="server"
>
</
script
>
<
html
xmlns
="http://www.w3.org/1999/xhtml"
>
<
head
runat
="server"
>
<
title
>
无标题页
</
title
>
</
head
>
<
body
>
<
form
id
="form1"
runat
="server"
>
<
div
>
<
asp:Image
ID
="Image1"
runat
="server"
EnableTheming
="False"
ImageUrl
="http://photocdn.sohu.com/20050807/Img226590668.jpg"
/>
<
asp:Button
ID
="Button1"
runat
="server"
Text
="Button"
/>
<
asp:Button
ID
="Button2"
runat
="server"
Text
="Button"
/>
<
iframe
src
=Default.aspx
style
=" 456px; height: 365px"
></
iframe
>
</
div
>
</
form
>
</
body
>
</
html
>
上边还有点怪怪的东西就是用了webbrowser 时它的预览还有框架内的东西......
查看全文
相关阅读:
ExtJS 开发总结 子曰
解决讨厌的VS2008不能打开vs2010所创建的项目问题 子曰
提高网站页面加载速度的黄金守则 子曰
更新网站注意事项 子曰
dhl:SQL_游标.sql
jQuery 中插件的使用与开发启用Visual Studio 对jQuery的智能感知(含 jQuery1.3.2 for VS 的智能提示js文件)
用jQuery在IFRAME里取得父窗口的某个元素的值
图片上传预览是一种在图片上传之前对图片进行本地预览的技术。
dhl:ajax无法跨域改用getJSON(解决服务器返回json数据中文为乱码的问题$.ajaxSetup({ scriptCharset: "utf8" , contentType: "application/json; chars)
dhl: URL的编码问题。
原文地址:https://www.cnblogs.com/gwazy/p/383604.html
最新文章
阅读笔记《游戏策划教程》
阅读笔记《孙鑫VC++深入详解》
阅读笔记《全景探秘游戏设计艺术》
阅读笔记《c++ primer》
阅读笔记《C++标准程序库》
c++11多线程库
脱离SDE备份图形数据
开张大吉
Server图形开发
ArcGIS告诉我们……
热门文章
AE中读写Blob字段
[转]SDE 中空间坐标的的物理存储
C#读书笔记
[DIY]Delphi下开发问题集锦
extjs中的JS代码在firefox可以正常运行,在IE中无法运行的方法。 子曰
sql语句中出现笛卡尔乘积 子曰
网站出现"已有打开的与此命令相关联的 DataReader,必须首先将它关闭。"的解决方案 子曰
sql分类汇总统计,字符串类型的区间数值 子曰
RDLC的部署(无法找到Microsoft.ReportViewer.ProcessingObjectModel.dll文件) 子曰
Extjs之具有联动功能的GridPanel 子曰
Copyright © 2011-2022 走看看