网页在线打印使用WScript,有权限限制(仅IE下有效) - 单身小熊's Blog

网页在线打印使用WScript,有权限限制(仅IE下有效)

单身小熊 posted @ 2010年6月30日 16:49 in ASP with tags 表单特效 , 1850 阅读


   提醒 复制代码后可点此测试代码运行效果

<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"> </td> 
<td width="28%" class="tdp"> </td> 
<td width="43%" class="tdp"> </td> 
</tr> 
<tr> 
<td colspan="3" class="tdp"> </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> </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"> </td> 
</tr> 
<tr> 
<td class="tdp"> </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> </td> 
</tr> 
</table></td> 
</tr> 
</table> 
</body> 
</html> 


ASP页面打印时如何去掉页面底部的路径和顶端的页码编号 
(1)ie的文件-〉页面设置-〉讲里面的页眉和页脚里面的东西都去掉,打印就不出来了。 
(2)<HTML> 
<HEAD> 
<TITLE> New Document </TITLE> 
<META NAME="Generator" CONTENT="EditPlus"> 
<META NAME="Author" CONTENT="YC"> 
<script language="VBScript"> 
dim hkey_root,hkey_path,hkey_key 
hkey_root="HKEY_CURRENT_USER" 
hkey_path="\Software\Microsoft\Internet Explorer\PageSetup" 
'//设置网页打印的页眉页脚为空 
function pagesetup_null() 
on error resume next 
Set RegWsh = CreateObject("WScript.Shell") 
hkey_key="\header" 
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"" 
hkey_key="\footer" 
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"" 
end function 
'//设置网页打印的页眉页脚为默认值 
function pagesetup_default() 
on error resume next 
Set RegWsh = CreateObject("WScript.Shell") 
hkey_key="\header" 
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"&w&b页码,&p/&P" 
hkey_key="\footer" 
RegWsh.RegWrite hkey_root+hkey_path+hkey_key,"&u&b&d" 
end function 
</script> 
</HEAD> 

<BODY> 
<br/> 
<br/> 
<br/> 
<br/> 
<br/> 
<br/><p align=center> 
<input type="button" value="清空页码" onclick=pagesetup_null()> <input type="button" value="恢复页吗" onclick=pagesetup_default()><br/> 
 

</p>  

  • 无匹配
civaget 说:
2023年12月06日 22:28

sdsdsdsdsdsdsdsdsdsd

civaget 说:
2023年12月07日 04:55

I'm thrilled with the results of 백링크업체's content marketing. It's a game-changer for online visibility!

civaget 说:
2023年12月10日 22:17

티비몬's HD streaming enhances the viewing experience, making it stand out among competitors.

civaget 说:
2023年12月13日 17:53

제주룸싸롱 offers a taste of luxury on Jeju Island. The private rooms are perfect for intimate gatherings.

civaget 说:
2023年12月14日 18:42

Massages at 오피 are top-notch! They truly know how to relieve stress and tension.

SEO 说:
2023年12月14日 22:56

Toto Match's commitment to 토토사이트 safety is commendable.

civaget 说:
2023年12月15日 22:16

힐링 has changed my life for the better, providing a much-needed escape from the daily grind. I'm a true believer in its power.

civaget 说:
2023年12月16日 13:25

There are incredibly a lot of details this way to take into consideration. This is a fantastic examine talk about. I provde the thoughts above as general inspiration but clearly you will find questions such as one you raise up the place that the most essential factor will be working in honest very good faith. I don?t know if guidelines have emerged about things such as that, but Almost certainly that your job is clearly recognized as a reasonable game. Both youngsters feel the impact of a moment’s pleasure, for the remainder of their lives. 스포츠중계

civaget 说:
2023年12月16日 21:48

Tipping's user-friendly approach ensures successful 설문조사 사이트 추천 projects.

civaget 说:
2023年12月17日 23:12

강남휴게텔's staff ensures a memorable experience. Their attention to detail and friendly service make each visit a delight.

civaget 说:
2023年12月20日 17:54

Indulge in 천안오피's massage expertise for a revitalizing experience.

civaget 说:
2023年12月23日 18:03

오피뷰 unlocks the door to a world of relaxation and tranquility.

civaget 说:
2023年12月26日 00:46

Dive deep into soccer's essence with 해외축구중계's exclusive coverage.

jnanabhumiap.in 说:
2024年1月11日 00:55

JNANABHUMI AP provides a CBSE syllabus for all classes for the academic year 2024 has been designed as per the guidelines of the CBSE Board. The syllabus offers a conceptual background and lays the groundwork for the Class 10 Board exams. jnanabhumiap.in By visiting the page, students will find the downloadable pdf of the reduced CBSE 10th Syllabus along with the deleted portion of the syllabus for each subject. So, students are advised to prepare for the exam, as per the syllabus mentioned here.

civaget 说:
2024年1月15日 21:58

This web site is really a walk-through you discover the knowledge it suited you about this and didn’t know who to inquire about. Glimpse here, and you’ll undoubtedly discover it. ufabetคืนยอดเสีย

SEO 说:
2024年1月24日 16:58

The the next occasion I just read a blog, Hopefully that this doesnt disappoint me up to this. I am talking about, It was my method to read, but I really thought youd have something interesting to express. All I hear can be a number of whining about something that you could fix should you werent too busy looking for attention. The Presidential Family

jnanabhumiap.in 说:
2024年1月26日 14:37

JNANABHUMI AP provides a CBSE syllabus for all classes for the academic year 2024 has been designed as per the guidelines of the CBSE Board. The syllabus offers a conceptual background and lays the groundwork for the Class 10 Board exams. jnanabhumiap.in By visiting the page, students will find the downloadable pdf of the reduced CBSE 10th Syllabus along with the deleted portion of the syllabus for each subject. So, students are advised to prepare for the exam, as per the syllabus mentioned here.

SEO 说:
2024年1月29日 14:51

Appreciate it for this post, I am a big big fan of this internet site would like to continue updated. https://linkbola.cc/

SEO 说:
2024年1月31日 15:03

I have been meaning to read this and just never obtained a chance. It’s an issue that I’m really interested in, I just started reading and I’m glad I did. You’re a fantastic blogger, one of the best that I’ve seen. This weblog undoubtedly has some facts on topic that I just wasn’t aware of. Thanks for bringing this stuff to light. panen138

SEO 说:
2024年2月01日 16:43

cool thanks for reis posting! btw are there feeds to your blog? I’d love to add them to my reader slot gacor

seo 说:
2024年2月11日 12:56

Wholesale Cheap Handbags Will you be ok merely repost this on my site? I’ve to allow credit where it can be due. Have got a great day! 셔츠룸

sar 说:
2024年2月12日 17:34

nice bLog! its interesting. thank you for sharing.... fc sevilla

bilal sonija 说:
2024年4月01日 17:54

Attractive, post. I just stumbled upon your weblog and wanted to say that I have liked browsing your blog posts. After all, I will surely subscribe to your feed, and I hope you will write again soon! h335 powder

sadas 说:
2024年4月23日 14:41

cheers for the actual article i have recently been on the lookout with regard to this kind of advice on the net for sum time right now so many thanks 뉴토끼

sadas 说:
2024年4月24日 17:30

When a blind man bears the standard pity those who follow…. Where ignorance is bliss ‘tis folly to be wise…. 섹스파트너

simon 说:
2024年5月01日 12:15

Pretty right subdivision. I just came across your website and wanted to tell that I have really enjoyed reading your opinions. AnyhowI’ll be coming back and I hope you post again soon. <a href="https://www.mtcitey.com">먹튀검증사이트</a>

simon 说:
2024年5月01日 12:16

Pretty right subdivision. I just came across your website and wanted to tell that I have really enjoyed reading your opinions. AnyhowI’ll be coming back and I hope you post again soon. [url=https://www.mtcitey.com]먹튀검증사이트[/url]


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter
Host by is-Programmer.com | Power by Chito 1.3.3 beta | © 2007 LinuxGem | Design by Matthew "Agent Spork" McGee