⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkuser.htm

📁 ajax技术书籍 ajax技术书籍
💻 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> &lt;%@LANGUAGE=&quot;VBSCRIPT.Encode&quot; CODEPAGE=&quot;65001&quot;%&gt;<br>
&lt;!--#include file=&quot;Inc/conn.inc&quot;--&gt;<br>
&lt;!--#include file=&quot;Inc/checkUserName.inc&quot;--&gt;<br>
&lt;%<br>
  userName = request(&quot;userName&quot;) <br>
  response.write(checkUserName(userName, &quot;users&quot;, &quot;userName&quot;))<br>
%&gt;</code></p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -