printwindow1.js

来自「使用Eclipse开发的基于struts的银行信用管理网站」· JavaScript 代码 · 共 32 行

JS
32
字号
<!--

function printewindow() {

var win2=window.open("","","width=800,height=460,menubar,scrollbars,toolbar")
win2.document.write("<html><head>")

win2.document.write("<style TYPE='text/css'> ")
win2.document.write("<!--")
win2.document.write("<!--  .set43 { text-decoration: none; color: #FF0000;  font-family: 楷体_gb2312;  font-size:16pt; } //-->")
win2.document.write("<!--  .set44 { text-decoration: none; color: #800000;  font-family: 宋体;  font-size:12pt; } //-->")
win2.document.write("<!--  .set46 { text-decoration: none; color: #000000;  font-family: 宋体;  font-size:9pt; } //-->")
win2.document.write("<!--  .set47 { text-decoration: none; color: #000000;  font-family: 宋体;  font-size:9pt; } //-->")
win2.document.write("<!--  .set71A { text-decoration: none; color: #000000;  background: #ECF9FF;  font-family: 宋体;  font-size:9pt; } //-->")
win2.document.write("<!--  .set71B { text-decoration: none; color: #000000;  background: #C6F4F0;  font-family: 宋体;  font-size:9pt; } //-->")
win2.document.write("<!--  .set71C { text-decoration: none; color: #800000;  background: #F3F9EE;  font-family: 宋体;  font-size:9pt;  font-weight: bold;} //-->")
win2.document.write("<!--  .set71D { text-decoration: none; color: #800000;  background: #F3F9EE;  font-family: 宋体;  font-size:9pt;  font-weight: bold;} //-->")
win2.document.write("<!--  .set71E { text-decoration: none; color: #000000;  background: #b1d6c8;  font-family: 宋体;  font-size:9pt; font-weight: bold;} //-->")
win2.document.write("<!--  .set62 { text-decoration: none; background: #CCDDFF; } //-->")
win2.document.write("<!--  .itm {FONT-FAMILY: 宋体; FONT-SIZE: 9pt}//-->")
win2.document.write("//-->")
win2.document.write("</style>")
win2.document.write("<style TYPE='text/css'>")
win2.document.write("<!--")
win2.document.write("SPAN {font: 9pt 宋体}")
win2.document.write("//-->")
win2.document.write("</style>")
win2.document.write("<title>报表</title></head><body>")
win2.document.write(document.all("report").outerHTML)
win2.document.write("</body></html>")
}
//-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?