📄 memberfind.asp
字号:
<%@LANGUAGE="VBScript"%>
<!--#include file="../public/wxl_conn.asp"-->
<!--#include file="../public/PublicFunction.asp"-->
<%
response.expires = 0
Const PageSize=18
Page=CInt(request("Page"))
if Page<=0 then Page=1
wxl=request("wxl")
int_mbrID=request("int_mbrID")
HtmlHead("会员查询")
%>
<table border="1" width="550" cellpadding="3" cellspacing="0" bgcolor="#D6D3CE" bordercolordark="#FFFFFF" bordercolorlight="#808080" align="center" >
<form name=form1 action="membermng.asp" method="POST">
<tr>
<td width=80>查询条件:</td>
<td>
<select name='QueryType'>
<option value='str_mbrName'>会员姓名</option>
<option value='str_mbrLoginName'>帐号</option>
<option value='Str_mbrSex'>性别(男、女)</option>
<option value='Str_mbrCity'>居住城市</option>
<option value='str_mbrPhone'>联系电话</option>
<option value='str_mbrOICQ'>OICQ</option>
<option value='str_mbrAddress'>通讯地址</option>
<option value='str_mbrZIP'>邮政编码</option>
<option value='str_mbrEmail'>电子信箱</option>
</select>
</td>
</tr>
<td width=80>关 键 字:</td>
<td><input type='text' name='QueryString' value='' size=40></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#D6D3CE">
<tr>
<td height="6"></td>
</tr>
<tr>
<td height="2" align="center">
<input type="submit" value=" 查 询" name="B1" class="submit" style="width:60; height:25;">
<input type="reset" value=" 返 回" name="B2" class="submit" style="width:60; height:25;" onClick="history.back();"></td>
</tr>
<tr>
<td height="6"></td>
</tr>
</table>
<input type='hidden' name='wxl' value=''>
</form>
<%
HtmlEnd
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -