标题:我被这个问题困扰3天了
取消只看楼主
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
 问题点数:0 回复次数:8 
我被这个问题困扰3天了
a.htm 用post传送数据HH到b.asp正常,而把b.asp放入框架中就传不过去了,请大侠们帮帮我.
搜索更多相关主题的帖子: 困扰 
2005-06-10 16:02
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
get 也不行
2005-06-11 20:02
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
[CODE] <form method="get" action="sj.asp"> <p align="center"><font color="#CCFF33">行号&nbsp; </font><font color="#FFFF99"> </font><font color="#00FFFF"> </font><input type="text" name="hh" size="8"></p> <p align="center"><font color="#CCFF33">密码</font><font color="#008000">&nbsp; </font><input type="password" name="mm" size="8"></p>

<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] 代码就这些,请给看看!
2005-06-12 20:58
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
框架是sj.asp 第二个代码是bt.asp
2005-06-12 21:01
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
有人给看下吗?
2005-06-14 12:12
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
用action="b.asp" target="bt"也试了,我看他们写的代码有带框架的.
2005-06-15 20:08
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
论坛的管理部分不是用框架作的吗?
2005-06-15 20:16
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
这个框架怎么接收数据的?
2005-06-16 21:53
大兵
Rank: 1
等 级:新手上路
帖 子:58
专家分:0
注 册:2005-6-5
得分:0 
有个同学录的框架是这样的.

<!-- #include file="inc/db.inc" --> <!-- #include file="inc/func.inc" --> <!--#include file="inc/chkonline.asp"--> <%call online()%> <% userid=session("myuserid") password=session("mypwd") if isman(userid,password)=0 then %> <script> alert("你不是管理员,无权进入!"); parent.location.href="javascript:history.back()"; </script> <% else%> <html> <head> <title>班级管理</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <frameset cols="178,*" framespacing="0" border="0" frameborder="0"> <frame name="left" scrolling="no" target="rbottom" src="menu.asp" marginwidth="0" marginheight="0"> <frameset rows="5%,*"> <frame name="rtop" target="rbottom" src="adminato.asp" marginwidth="0" marginheight="0" scrolling="no"> <frame name="rbottom" scrolling="auto" src="notice.asp" marginwidth="0" marginheight="0"> </frameset> <noframes> <body> </body> </noframes> </frameset> </html> <%end if%>
别人能用,不知我的错哪了?
2005-06-19 20:43



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-20582-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.054896 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved