📄 loginkuang.asp
字号:
<%if request.cookies("ijob")("username")="" or request.cookies("ijob")("domain")="" or request.cookies("ijob")("id")="" then
%>
<div align="left">
<table class="font_10_e_blue" cellSpacing="0" cellPadding="0" width="100" background="img/login_r3_c1.gif" border="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td vAlign="top" width="173">
<img border="0" src="img/mail_login_r1_c1.gif"></td>
</tr>
<tr>
<td vAlign="top" background="img/mail_login_r3_c1.gif" width="173">
<table class="font_10_e_black" cellSpacing="0" cellPadding="3" width="98%" align="center" border="0">
<!---------------------->
<form id="f1" name="thisForm" action="Loginchk.asp" method="POST">
<tr>
<td width="48%">
<p align="center"> 登陆帐号:</td>
<td width="52%">
<input class="form_e_10_black" id="username2" maxLength="20" size="10" name="username"></td>
</tr>
<tr>
<td>
<p align="center"> 登陆密码:</td>
<td>
<input class="form_e_10_black" id="password2" type="password" maxLength="32" size="10" value name="password"></td>
</tr>
<tr>
<td> </td>
<td>
<input onclick="javascript:return CheckForm();" type="image" src="img/mail_login_r5_c2.gif" border="0" name="I3">
</td>
</tr>
</form>
</table>
</td>
</tr>
<tr>
<td vAlign="top" width="173">
<img alt src="img/mail_login_r7_c1.gif" border="0" name="mail_login_r7_c1"></td>
</tr>
</table>
</div>
<%else%>
<%
dim username
username=request.cookies("ijob")("username")
set rs=conn.execute("select count(id) from [xinxi] where username='"&username&"'")
m=rs(0)
rs.close
set rs=server.createobject("adodb.recordset")
sql = "select * from [user] where username='"&username&"'"
rs.open sql,conn,1,1
%>
<div align="left">
<table class="font_10_e_blue" cellSpacing="0" cellPadding="0" width="100" background="img/login_r3_c1.gif" border="0" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td vAlign="top" width="173">
欢迎您: <%=request.cookies("ijob")("username")%>
</td>
</tr>
<tr>
<td vAlign="top" background="img/mail_login_r3_c1.gif" width="173">
<table class="font_10_e_black" cellSpacing="0" cellPadding="3" width="98%" align="center" border="0">
<!---------------------->
<tr>
<td width="48%" align="center">
<p align="center">登陆次数:</td>
<td width="52%">
<font color="#FF0000"><b><%=rs("dlcs")%></b></font>次</td>
</tr>
<tr>
<td align="center">
<p align="center">虚拟货币:</td>
<td>
<font color="#0000FF"><b><%=rs("hb")%></b></font>元</td>
</tr>
<tr>
<td align="center">发布信息:</td>
<td>
<font color="#800000"><b><%=m%></b></font>条</td>
</tr>
<tr>
<td align="center">积分总数:</td>
<td>
<font color="#0000FF"><b><%=rs("jf")%></b></font>分</td>
</tr>
</table>
</td>
</tr>
<tr>
<td vAlign="top" width="173">
<img alt src="img/mail_login_r7_c1.gif" border="0" name="mail_login_r7_c1"></td>
</tr>
</table>
</div>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -