📄 myaccount.asp
字号:
<!--#include file=../conn.asp-->
<!--#include file=cookies.asp-->
<!--#include file="top.asp"-->
<%
dim rs,jobid,i,cmdexample,username
username=request.cookies("ijob")("username")
jobid=request.cookies("ijob")("jobid")
set cmdexample=server.createobject("adodb.command")
cmdexample.activeconnection=conn
cmdexample.commandtext="person2"
cmdexample.commandtype=4
cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
cmdexample.parameters.append cmdexample.createparameter("@username",200,1,20)
cmdexample.parameters.append cmdexample.createparameter("@jobid",200,1,20)
cmdexample.parameters("@username").value=username
cmdexample.parameters("@jobid").value=jobid
set rs=cmdexample.execute
if rs.eof or rs.bof then
response.write "错误,该用户不存在!<br> "
response.end
end if
%>
<html>
<head>
<style id="defaultPopStyle" type="text/css">.cPopText { background-color: #FFFFE1;color:#000000; border: 1px #000000 solid;font-color: font-size: 12px; padding-right: 4px; padding-left: 4px; height: 20px; padding-top: 2px; padding-bottom: 2px; filter: Alpha(Opacity=0)}</style>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>我的帐号</title>
<link rel="stylesheet" type="text/css" href="img/jobcn.css">
</head>
<body topmargin="0" leftmargin="0">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778">
<tr>
<td width="100%">
<p align="center"></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778" height="287">
<tr>
<td width="159" valign="top"><!--#include file="left.asp"--></td>
<td width="94" height="287"> </td>
<td width="470" height="287" valign="top">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="286">
<tr>
<td width="100%" height="12"></td>
</tr>
<tr>
<td width="100%" height="47"> </td>
</tr>
<tr>
<td width="100%" height="227">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="100%">
<table border="0" borderColor="#111111" cellPadding="0" cellSpacing="0" id="AutoNumber55" style="BORDER-COLLAPSE: collapse" width="92%">
<tr>
<td align="middle" vAlign="top">
<div align="center">
<center>
<table border="1" cellPadding="6" cellSpacing="0" id="AutoNumber58" style="BORDER-COLLAPSE: collapse" width="90%" height="21">
<tr>
<td height="29" width="100%" colspan="2"><b>
<span style="FONT-SIZE: 14px">个人帐号</span></b></td>
</tr>
<tr>
<td vAlign="top" height="29">
用 户 名:</td>
<td vAlign="top" width="77%" height="29"><font color="#F06000">
<b><%=rs("username")%></b></font></td>
</tr>
<tr>
<FORM name=theForm method=post action=ChangePassword.asp>
<td height="30">
密 码:</td>
<td width="77%" height="30">
<INPUT
style="FONT-SIZE: 11px; FONT-FAMILY: Verdana" maxLength=16 size=21
name=Password1 value="<%=rs("Password")%>" type="password">
<input border="0" src="img/editpass.gif" name="I1" type="image"></td>
</form>
</tr>
<tr>
<td vAlign="top" height="30">
姓 名:</td>
<td vAlign="top" width="77%" height="30">
<b><font color="#F06000"><%if rs("name")<>"" then%><%=rs("name")%><%else%></font><font color="#C0C0C0">还没有填写</font><font color="#F06000"><%end if%></font></b></td>
</tr>
<tr>
<td vAlign="top" height="30">
电子邮件:</td>
<td vAlign="top" width="77%" height="30">
<b><font color="#F06000"><%=rs("useremail")%></font></b></td>
</tr>
</table>
</center>
<%
rs.close
set cmdexample=nothing
conn.close
set rs=nothing
set conn=nothing
%>
</div>
<p><b>注意</b>:<font color="#FF0000"><b>密码已加密,要修改请输入新密码后提交</b>!</font></p>
</td>
<td width="12%">
<p align="left"> </p>
<p> </td>
</tr>
</table>
<p> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="55" height="287"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="778">
<tr>
<td width="100%">
<p align="center"><!--#include file="copyright.asp"--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -