标题:高手看下我的代码有错
只看楼主
ikonglin
Rank: 2
来 自:中国
等 级:论坛游民
帖 子:71
专家分:38
注 册:2008-4-26
结帖率:47.37%
 问题点数:0 回复次数:2 
高手看下我的代码有错
<%
if request.Cookies("id")="" then
response.Cookies("id")=1
else
response.Cookies("id")=request.Cookies("id")+1
end if
<!--#include file="conn/conn.asp"-->
<%
sql="select * from 职工信息"
rs.open sql,cn,1,1
if request.Cookies("id")>rs.recordcount
response.Cookies("id")=1
end if
sql="select * from 职工信息 where id=" & request.Cookies("id")
rs.open sql,cn,1,1
response.Write rs("照片")
%>
<img src=<%=rs("照片")%> />
这段代码哪里错了啊
搜索更多相关主题的帖子: 代码 
2010-11-04 21:01
ikonglin
Rank: 2
来 自:中国
等 级:论坛游民
帖 子:71
专家分:38
注 册:2008-4-26
得分:0 
<%
response.buffer=true
if request.Cookies("id")<>"" then
response.Cookies("id")=request.Cookies("id")+1
else
response.Cookies("id")=1
end if
%>
<!--#include file="conn/conn.asp"-->
<%
rs.opne "select * from 职工信息",cn,1,1
if request.Cookies("id")>rs.recordcount then
response.Cookies("id")=1
end if
rs.close
sql="select * from 职工信息 where id=" & request.Cookies("id")
rs.open sql,cn,1,1
response.Write rs("照片")
%>
<img src=<%=rs("照片")%> />
<%
rs.close
%>
现在改成这样了,还是不行
2010-11-04 21:46
cnfarer
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:179
帖 子:3330
专家分:21157
注 册:2010-1-19
得分:0 
根据错误信息处理!

★★★★★为人民服务★★★★★
2010-11-05 08:07



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




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

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