<p align="center"><input type="submit" value="提交" name="B1"> <input type="reset" value="重写" name="B2"> </form>
[/CODE] [CODE] <% hh=request.form("hh") mm=request.form("mm") set conn=server.createobject("adodb.connection") conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("dat/tj.mdb") exec="select * from hhhm where hh='"&hh&"' and mm='"&mm&"'" set rs=server.createobject("adodb.recordset") rs.open exec,conn,1,2 %> <html>
<head> <meta http-equiv="Content-Language" content="zh-cn"> <meta http-equiv="Content-type" content="text/html; charset=gb2312"> <meta name="GENERAtOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>New Page 1</title> </head>
<body background="photo/back001.gif">
<table border="1" cellpadding="0" cellspacing="5" width="100%" height="17" bordercolor="#FFFFFF" background="photo/back011.gif"> <tr> <%do while not rs.eof%> <p align="index"><td width="45%" bgcolor="#FFFFFF" height="20" bordercolor="#FFFFFF" background="photo/back016.gif"><%=session("hm")%><%=rs("yue")%><font size="5" face="华文新魏">月份现金统计表</font></td> <% rs.movenext loop rs.close conn.close set rs=nothing set conn=nothing %>
[/CODE] [CODE] <html> <head> <title>aaaaaa</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <frameset rows=70,*> <frame src="bt.asp" frameborder=1 name="bt" id="bt"> <frameset cols=20%,*> <frame src="rq.htm" frameborder=0 name="rq"> <frame src="sr.htm" frameborder=0 name="aa"> </frameset> </frameset> [/CODE] 代码就这些,请给看看!