?? checkhynumber.asp
字號:
<!-- #include file="include/adovbs.inc" -->
<!-- #include file="include/dataconn.asp" -->
<html>
<head>
<title>帳號檢查</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<%
regName=trim(request("regName"))
set rs=server.CreateObject("adodb.recordset")
sql ="select ID from hyclub where HyNumber='" & regName & "'"
rs.Open sql,conn
if rs.RecordCount>0 then%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><p> </p>
<p><img src="Image/icon_l.gif" width="11" height="11"><font color="#FF0000">
很遺憾,你輸入的登錄帳號已經有人用了!</font></p></td>
</tr>
</table>
<%else%>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><p> </p>
<p><img src="Image/icon_l.gif" width="11" height="11"><font color="#FF0000">
</font><font color="#FF0000"><font color="#0066FF">恭喜,</font><font color="#0066FF">你輸入的登錄帳號可以使用!</font></font></p>
</td>
</tr>
</table>
<%end if%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -