另一个打印的问题,,
<html>
<head>
<title>测试打印</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<div align="center">
<%for i=1 to 10%>
--------------------
<iframe frameBorder=no width="100%" height="100%" scrolling=no src="gy/dlbyq_a.asp?Data_id=<%=i%>"></iframe> ------一份报告A
<div style="page-break-after:always"> </div>
———强制打印分页,
<iframe frameBorder=no width="100%" height="100%" scrolling=no src="yw/jyyyz.asp?Data_id=<%=i%>"></iframe> -------一份报告B
--------------------
<%next%>
</div>
<body>
</body>
</html>
----------------------------------------------------------------
我把所有要进行打印的报告的内容,调到当前print.asp中,然后再打印print.asp页。问题是:进行打印的时候,如果(例如:gy/dlbyq_a.asp)页面的长度不超过一张A4页的话 ,可以正常的打印。但如果(例如:yw/jyyyz.asp)是要打印的内容超过一张A4纸的话,则那些超过的部分就不打印了,而是打印出一张白纸。
谢谢!!
在线等待中。。。。。。。。。。