设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 94|回复: 3
打印 上一主题 下一主题

[求助]如何更改查询结果......急

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-14 06:19:11 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
请各位大侠帮帮忙:小弟我感激不尽!!


<select name="Solution">
<option>select Solution</option>
<%
if request("reason")<> "" then
dim rs5,sql5
sql5="select distinct solution.*,item.* from Solution,item where solution.reasonid="&cint(trim(request("reason")))&" and solution.itemid=item.itemid and solution.productid="&cint(trim(request("product")))&""
set rs5=server.CreateObject("adodb.recordset")
rs5.open sql5,conn,3,3
do while not rs5.eof%>
<option value="<%=rs5("Solutionid")%>" select <%
if rs5("reasonid")=cint(trim(request("reason"))) then
response.Write("select")
titem=rs5("itemid")
end if%>><%=trim(rs5("ino"))%></option>
<% rs5.movenext
loop
end if
%>
</select>
<% if request("reason")<>"" then %>
<input name="button" type="button" onClick="window.open('checkstore.asp?item=<%=titem%>','','width=600,height=150')" value="check store">
<% end if%> </td>

请问当"ino"出来两个结果的时候,按checkstore查询,出来的都是"ino"最后一个值的结果,更改ino值时也是同样结果..

我要怎么样改才能在选择不同"ino"时得到不同的结果呢???

小弟急啊....请各位大侠帮帮忙....在线等...
2#
发表于 2010-1-14 06:19:15 | 只看该作者
怎么就没人帮帮忙啊?怎么样才可以让改变"ino"值时"titem"的值也跟着改变啊?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 04:36 , Processed in 0.089728 second(s), 10 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表