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 时它的预览还有框架内的东西......
查看全文
相关阅读:
checkbox的checked事件的javascript使用方法
JSTL标签API(c)的使用
radios控件的使用
验证方法判斷input是否为空
软件课设Day5
软件课设Day4
软件课设Day3
软件课设Day2
软件课设Day1
2019/08/23最新进展
原文地址:https://www.cnblogs.com/gwazy/p/383604.html
最新文章
第3章学习小结
D
数据结构第2章学习小结
D
【HDU
面试题3-二维数组中的查找
MySQL--3--运算符和函数
MySQL--5--subquery和连接
MySQL-自定义函数
MySQL--Python操作及可视化
热门文章
PPT笔记--谁说菜鸟会数据分析
查找-集中查找方式的Pyhon实现
将博客搬至CSDN
面试题8-旋转数组的最小值
面试题38-数字在排序数组中出现的次数
Hibernate的四种典型例子(增删改查)
Struts2基本原理
判斷字符串是整型,浮點型等
spring框架中list(JSONArray)的date类型转json类型的string 【BaseController中的定義函數】
json对象的传输函數的定義
Copyright © 2011-2022 走看看