<%show=request("show")
user=session("user")
leibie=session("leibie")
hyrz=session("hyrz")
ck=request("ck")%>
<%if ck="1" then
if session("user")<>"" and leibie<>"" then
response.redirect"addmerchant.asp?show=2&user='"&user&"'"
else%>
<table width="769" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="right">
<td colspan="3"><img src="../pictotal/20041121/31.gif" width="578" height="75"></td>
</tr>
<tr>
<td width="219" valign="top"><img src="../pictotal/20041121/32.gif" width="150" height="150"></td>
<td width="332"><div align="center"><a href="../service/huiyuan.asp" target="_blank">该功能对普通会员、商务会员、白金会员开放
</a>
</div>
<table width="300" border="0" align="center" cellspacing="3" style="border:#E8DBCC 1px solid">
<form method="post" action="checkuser-info.asp?ckk=1">
<tr bgcolor="#E8DBCC">
<td colspan="2"><div align="center">会 员 登 陆 区</div></td>
</tr>
<tr bgcolor="#FFFAF4">
<td width="95"><div align="right">会员:</div></td>
<td width="190"><input type="text" name="user" size="20" maxlength="20" class="font9"></td>
</tr>
<tr bgcolor="#FFFAF4">
<td><div align="right">密码:</div></td>
<td><input type="password" name="pwd" size="20" maxlength="20" class="font9"></td>
</tr>
<tr bgcolor="#FFFAF4">
<td colspan="2"><div align="center">
<input type="submit" name="Submit" value="登录系统">
</div></td>
</tr></form>
</table>
<br>
<img src="../pictotal/DOT3.GIF" width="11" height="11"><font color="#003300">还没有注册?<a href="../register/login.asp" target="_top">请点击这里加入本站会员>>>></a><br>
<img src="../pictotal/dot.gif" width="11" height="11"> 忘记密码?<a href="../member/userpasshelp.asp">请点击这里查询>>>></a></font></td>
<td width="204" align="right"><img src="../pictotal/20041121/30.gif" width="196" height="224"></td>
</tr>
</table>
<%end if
end if%>
有谁可以给我详细解释一下?