📄 user_login.asp
字号:
<!--#include file="main.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>会员登录 - <%=citytitle%></title>
</head>
<body topmargin="0">
<table width="100%" height=100% border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<!--==================-->
<%randomize timer
regjm=left(int(rnd*9998)+1000,4)
if len(regjm)>4 then regjm=len(regjm&9999,4)%>
<script language="JavaScript">
<!--
function on_forgetpwd()
{
if (document.Login.Typ(0).checked ==true)
{
document.Login.action="individual/Chkadmin.asp";
document.Login.submit();
}
else
{
document.Login.action="user/Chkadmin.asp";
document.Login.submit();
}
return false;
}
// -->
</script>
<TABLE WIDTH=445 BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
<form name="Login" method="post" action="">
<input name="regjm" type="hidden" value="<%=regjm%>">
<TR>
<TD ROWSPAN=3><IMG SRC="img/user_1.gif" WIDTH=6 HEIGHT=280></TD>
<TD><IMG SRC="img/user_2.gif" WIDTH=433 HEIGHT=61></TD>
<TD ROWSPAN=3><IMG SRC="img/user_3.gif" WIDTH=6 HEIGHT=280></TD>
</TR>
<TR>
<TD height="194" background="img/user_4.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align=center><td height=30>用户名:<input type="text" name="user" style="width:110;background:A2C5E5" class=input2> 密 码:<input type="password" name="pass" style="width:110;background:A2C5E5" class=input2></td></tr>
<tr align=center><td height=30>认证码:<input type="text" name="regjm1" size="7" style="width:80;background:A2C5E5" class=input2> <font color=red><%=regjm%></font> <input name="Typ" type="radio" value="JobSek" class=radio> 个人会员 <input type="radio" name="Typ" value="comp" class=radio checked> 企业会员</td></tr>
<tr align=center><td height=30><input type="image" src="img/login_hy.gif" onclick="return on_forgetpwd();" style="border:0" align=absmiddle> <a href=reg.asp class=f14><strong>现在注册?</strong></a> <a href=help.asp?id=3 class=f14><strong>忘记密码?</strong></a></td></tr>
</table>
</TD>
</TR>
<TR>
<TD height="25" background="img/user_6.gif" align=center><font color=#ffffff><%=Powered%></font></TD>
</TR>
</form>
</TABLE>
<!--==================-->
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -