标题:[求助]确认用户名是否被使用
只看楼主
yflovehj
Rank: 1
等 级:新手上路
帖 子:76
专家分:0
注 册:2007-6-2
 问题点数:0 回复次数:0 
[求助]确认用户名是否被使用

我是刚学,改了很久都改不出来,帮改一下!!万分感谢!
<html>
<head>
<title>无标题文档</title>
</head>

<body>
<form name="form1">
<p>
<input name="xx" type="text" id="xx">
<%
sqlstr="SELECT * from zhuce where use='"&request.form("xx")&"' "
set myrs=server.CreateObject("Adodb.recordset")
myrs.Open sqlstr,cc,1,3
if myrs.eof then
myrs.addnew
myrs("use")=request.form("xx")
myrs("pw")=request.form("pw")
myrs.update
else
response.write("<script>alert('帐号重复!');window.close()</script>")
end if
%>

</p>
<p>
<input name="pw" type="text" id="pw">
</p>
<p>
<input type="submit" name="Submit" value="提交">
</p>


</form>

<p>&nbsp;</p>
</body>
</html>

搜索更多相关主题的帖子: 用户名 title where 
2007-06-21 11:18



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




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

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