📄 checkuser.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>检查用户名是否被占用后台程序</title>
<style type="text/css">
<!--
a {text-decoration:none}
.style2 {font-size: 14px}
.style3 {color: #0033CC}
-->
</style>
</head>
<body>
<p class="style2">
Name: 检查用户名是否被占用后台程序
<br/>Author: shemily
<br/>Create: 2007-04-29
<br/>Version: 1.0
<br/>Language: VBscript
<br/>
</p>
<p><code> <%@LANGUAGE="VBSCRIPT.Encode" CODEPAGE="65001"%><br>
<!--#include file="Inc/conn.inc"--><br>
<!--#include file="Inc/checkUserName.inc"--><br>
<%<br>
userName = request("userName") <br>
response.write(checkUserName(userName, "users", "userName"))<br>
%></code></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -