设为首页收藏本站

新微赢技术网

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

各位高手帮帮忙!!!

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-18 09:03:29 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
请各位高手帮帮忙!!
 <%
membername=request.Form("Leaguername")
set rs=server.CreateObject("adodb.recordset")
sql="select * from job_ILeag where ILeag_loginname='"&membername&"'"
rs.open sql,conn,1,3
if rs.recordcount=0 then
rs.addnew
rs("ILeag_loginname")=request.Form("Leaguername")
rs("ILeag_url")=request.Form("url")
rs.update
Response.Write "<script>alert('会员注册成功,请登陆后发布简历!');window.location='index.asp';</script>"
else
Response.Write "<script>alert('此会员号已有人注册,请重新选择会员号!');window.location='RegPerLoInfo.asp';</script>"
end if
rs.close
set rs=nothing
%>
这样判断有没有重复的会员注册怎么不能实现这个功能呀?
9#
发表于 2010-1-18 09:04:03 | 只看该作者
我知道了,可能是没传过值来,谢谢您啦!!
回复 支持 反对

使用道具 举报

8#
发表于 2010-1-18 09:03:59 | 只看该作者
那可能是表单传值时错了
你那代码应该没问题
你检查一下表单中有Leaguername这个项吗?
要不你把代码发给我看看
回复 支持 反对

使用道具 举报

7#
发表于 2010-1-18 09:03:55 | 只看该作者
没有任何输出啊!!
回复 支持 反对

使用道具 举报

6#
发表于 2010-1-18 09:03:51 | 只看该作者
response.write(request.Form("Leaguername")&"<br>")
if rs.eof then
rs.addnew
rs("ILeag_loginname")=request.Form("Leaguername")
rs("ILeag_url")=request.Form("url")
rs.update
Response.Write "<script>alert('会员注册成功,请登陆后发布简历!');window.location='index.asp';</script>"
else
response.write(rs("ILeag_loginname")&"<br>")
Response.Write "<script>alert('此会员号已有人注册,请重新选择会员号!');window.location='RegPerLoInfo.asp';</script>"
end if

加上红色这两行,看看输出的是不是相同?
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-18 09:03:47 | 只看该作者
确实没有呀,那是怎么回事呢?
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-18 09:03:43 | 只看该作者
数据库的表里如果已经有了你输入的用户名,就不能添加
你输入的在数据库的表里确定没有吗?
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-18 09:03:37 | 只看该作者
还是不对呀,大哥
总是执行else后的语句不执行else语句前的内容呀!!!!!!
回复 支持 反对

使用道具 举报

2#
发表于 2010-1-18 09:03:33 | 只看该作者
把if rs.recordcount=0 then
改成
if rs.rof then
试试
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-18 20:47 , Processed in 0.052596 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

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

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