新微赢技术网
标题:
各位高手帮帮忙!!!
[打印本页]
作者:
阳光aiq浪子
时间:
2010-1-18 09:03
标题:
各位高手帮帮忙!!!
请各位高手帮帮忙!!
<%
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
%>
这样判断有没有重复的会员注册怎么不能实现这个功能呀?
作者:
"My!ove-、
时间:
2010-1-18 09:03
把if rs.recordcount=0 then
改成
if rs.rof then
试试
作者:
冰封シ绝恋
时间:
2010-1-18 09:03
还是不对呀,大哥
总是执行else后的语句不执行else语句前的内容呀!!!!!!
作者:
"My!ove-、
时间:
2010-1-18 09:03
数据库的表里如果已经有了你输入的用户名,就不能添加
你输入的在数据库的表里确定没有吗?
作者:
、Baby
时间:
2010-1-18 09:03
确实没有呀,那是怎么回事呢?
作者:
阿玛比雷
时间:
2010-1-18 09:03
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
加上红色这两行,看看输出的是不是相同?
作者:
℡可可℡
时间:
2010-1-18 09:03
没有任何输出啊!!
作者:
火箭筒︻$▅
时间:
2010-1-18 09:03
那可能是表单传值时错了
你那代码应该没问题
你检查一下表单中有Leaguername这个项吗?
要不你把代码发给我看看
作者:
ジ↘夢衹戀
时间:
2010-1-18 09:04
我知道了,可能是没传过值来,谢谢您啦!!
欢迎光临 新微赢技术网 (http://bbs.weiying.cn/)
Powered by Discuz! X3.2