如何打印查询的内容区域?先谢谢了!
程序代码:
<!-- #include file="conn.asp" --> <!--#include file="Base64.asp"--> <% sql="select * from config" set rs_config=conn.execute(sql) biaoji=rs_config("biaoji") '下面一段,打开了这个表,选择了全部的数据 dim rs,sql,page,username username=deCode_base64(request.querystring("username")) set rs = server.createobject("adodb.recordset") sql = "select * from pc_form where username='"+username+"'and pzbh='0' order by id desc" rs.open sql,conn,1,1 '设置每页10条 rs.pagesize = 10 '接收page的值 page = request.querystring("page") '把接收到的值赋值给页码即可 rs.absolutepage = page %> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title><%=biaoji%>-现付申请清单-</title> <style type="text/css"> td { font-size: 9pt; line-height: 14pt} a:link {color: #0080FF; text-decoration: none } a:visited {color: #0080FF; text-decoration: none } a:hover {color: #ee9c00; text-decoration: underline } </style> </head> <body bgproperties="fixed" background="images/bg01.gif"> <div align="center"> <center> <table border="0" width="800" cellpadding="0" cellspacing="0" background="images/frist.jpg" style="border-collapse: collapse" bordercolor="#111111" height="120"> <tr> <td width="100%" align="center" valign="middle"><font size="3px" color="red"><%=biaoji%><p>-现付申请清单-</p></font></td> </tr> </table> </center> </div> <div> <center> <table border="0" width="800" bgcolor="#CACAFF" cellspacing="0" cellpadding="6" style="border:1px dotted #0000FF; border-collapse: collapse; color:#0000FF; background-color:#CACAFF" bordercolor="#111111" height="20"> <tr> <% for i = 1 to rs.pagecount %> <td width="100%" align="right" valign="middle"><a href="pc_list.asp?username=<%=request.querystring("username")%>&page=<%=i%>"><%=i%></td> <% next %> </tr> </table> </center> </div> <div id="pc" align="center"> <center> <table border="0" width="800" bgcolor="#CACAFF" cellspacing="0" cellpadding="6" style="border:1px dotted #0000FF; border-collapse: collapse; color:#0000FF; background-color:#CACAFF" bordercolor="#111111"> <tr> <td width="100%"> <% for i=1 to rs.pagesize if rs.eof then exit for '最后一页不足10条,所以,循环到没有数据,就中途退出 %> <table border="0" width="100%" cellpadding="0" style="border-collapse: collapse; border: 1px dotted #A4A4FF" bordercolor="#111111" cellspacing="0"> <!--DWLayoutTable--> <tr> <td width="61" rowspan="13" align="right"><!--DWLayoutEmptyCell--> </td> <td width="49" height="20" align="right">NO:<%=rs("id")%></td> <td align="right"><!--DWLayoutEmptyCell--> </td> <td width="137" align="right"><!--DWLayoutEmptyCell--> </td> <td align="right"><!--DWLayoutEmptyCell--> </td> <td colspan="3" align="right"><!--DWLayoutEmptyCell--> </td> <td width="68" align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td width="68" rowspan="10" align="right" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> <tr> <td height="20" align="right"><!--DWLayoutEmptyCell--> </td> <td align="right"><!--DWLayoutEmptyCell--> </td> <td colspan="2" align="center"><%=biaoji%> </td> <td colspan="3" align="right"><!--DWLayoutEmptyCell--> </td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> <tr> <td height="18" align="right"><!--DWLayoutEmptyCell--> </td> <td align="right"><!--DWLayoutEmptyCell--> </td> <td colspan="2" rowspan="2" align="center">现金支出(费用报销)单</td> <td colspan="3" align="right">部 门:</td> <td align="left"><%=rs("bm")%></td> </tr> <tr> <td height="18" align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td align="right"><!--DWLayoutEmptyCell--> </td> <td colspan="3" align="right" valign="top">报帐人:</td> <td align="left"><%=rs("username")%></td> </tr> <tr> <td height="18" align="right"><!--DWLayoutEmptyCell--> </td> <td width="15" align="right"><font color="#225ccc"></td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td width="279" align="right"><!--DWLayoutEmptyCell--> </td> <td colspan="3" align="right"><font color="#225ccc">送达日:</td> <td align="left"><%=rs("sqsj")%></td> </tr> <tr> <td height="18" align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td width="66" align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td width="7" align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> <td align="right" valign="top"><!--DWLayoutEmptyCell--> </td> </tr> <tr> <td rowspan="4" align="center" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">事由<font color="#225ccc"></td> <td width="15" height="25" align="center" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">1</td> <td colspan="4" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=rs("sy01")%></td> <td width="34" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">¥:</td> <td align="right" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=FormatNumber(rs("je01"))%></td> </tr> <tr> <td width="15" height="25" align="center" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">2</td> <td colspan="4" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=rs("sy02")%></td> <td align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">¥:</td> <td align="right" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=FormatNumber(rs("je02"))%></td> </tr> <tr> <td width="15" height="23" align="center" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">3</td> <td colspan="4" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=rs("sy03")%></td> <td align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">¥:</td> <td align="right" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=FormatNumber(rs("je03"))%></td> </tr> <tr> <td width="15" height="23" align="center" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">4</td> <td colspan="4" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=rs("sy04")%></td> <td align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">¥:</td> <td align="right" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=FormatNumber(rs("je04"))%></td> </tr> <tr> <td height="20" colspan="8" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">合计金额(大写)¥: </td> <td align="right" valign="top"><a href="pc_list_do.asp?id=<%=enCode_base64(rs("id"))%>&bm=<%=enCode_base64(rs("bm"))%>&username=<%=enCode_base64(rs("username"))%>&sqsj=<%=rs("sqsj")%>&sy01=<%=rs("sy01")%>&sy02=<%=rs("sy02")%>&sy03=<%=rs("sy03")%>&sy04=<%=rs("sy04")%>&je01=<%=rs("je01")%>&je02=<%=rs("je02")%>&je03=<%=rs("je03")%>&je04=<%=rs("je04")%>&bz=<%=rs("bz")%>">修改</td> </tr> <tr> <td height="20" colspan="2" align="center" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF">备注:</td> <td colspan="6" align="left" style="color: #0066FF; border: 1px dotted #0000FF; background-color: #CACAFF"><%=rs("bz")%></td> <td align="right" valign="top">打印</td> </tr> <tr> <td height="18" colspan="8" align="left" valign="top"><!--DWLayoutEmptyCell--> </td> <td valign="top"><!--DWLayoutEmptyCell--> </td> </tr> </table> <% rs.movenext next %> </td> </tr> </table> </center> </div> <div align="center"> <center> <table border="0" width="800" cellpadding="0" bgcolor="#CACAFF" style="border:1px dotted #808000; border-collapse: collapse; background-color:#CACAFF" bordercolor="#111111" cellspacing="0"> <tr> <td width="100%" bgcolor="#ebebeb" height="2"></td> </tr> <tr> <td width="100%"> </td> </tr> <tr> <td width="100%"> <p align="center"><font color="#0066FF">--<%=biaoji%>--</font></td> </tr> </table> </center> </div> </body> </html>如何点击“打印”时将对应查询的内容打印出来!俺是初学的切望有朋友的相助!谢谢!~
[ 本帖最后由 qjw9004 于 2011-7-17 12:40 编辑 ]