📄 myziliao.asp
字号:
<!-- #include file="pass.asp"-->
<!-- #include file="../conn/conn1.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查看我的资料</title>
<LINK
href="../images/realty.css" rel=stylesheet type=text/css>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<form name="form1" method="post" action="puserxiugai.asp">
<div align="center">
<center>
<TABLE
width="98%" height="291" border=1 cellPadding=3 cellSpacing=0 bordercolor="#111111" borderColorLight=#808000 borderColorDark=#808000 style="border-collapse: collapse">
<tr bgcolor="#3979C6">
<td height="19" colspan="2" bgcolor="#CDCD9A" width="384"> <div align="center">
<span style="letter-spacing: 2"><b>
<font color="#800000" style="font-size: 10.5pt">资料修改</font></b></span></div></td>
</tr>
<tr>
<td height="9" width="93" bgcolor="#EDEDDA"> </td>
<td width="286" bgcolor="#EDEDDA">
<%
set rs=server.createobject("adodb.recordset")
sql="select * from puser where uid='"&session("uid")&"'"
rs.open sql,conn,1,1
%>
<%if not (rs.eof or err) then %> </td>
</tr>
<tr>
<td width="93" height="9" align="center" bgcolor="#EDEDDA"><font size="2">会员帐号:</font></td>
<td width="286" bgcolor="#EDEDDA"><font color="#FF0000"><%=rs("uid")%></font> </td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">会员姓名:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="uname" type="text" id="uname" value="<%=rs("uname")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font color="#000000" size="2">会员性别:</font></td>
<td width="286" bgcolor="#EDEDDA"><select name="xb" id="xb" style="background-color: #CBE6A8">
<%if rs("xb")="男" then %>
<option selected>男</option>
<option>女</option>
<%else %>
<option>男</option>
<option selected>女</option>
<%end if %>
</select></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">会员密码:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="pwd" type="text" id="pwd" value="<%=rs("pwd")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA">密码确认<font size="2">:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="pwd2" type="text" id="pwd2" value="<%=rs("pwd2")%>" size="30"> </td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">密码提问:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="tishi" type="text" id="uname3" value="<%=rs("tishi")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">密码答案:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="tsda" type="text" id="uname4" value="<%=rs("tsda")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">身份证号:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="sfz" type="text" id="uname5" value="<%=rs("sfz")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">电子邮件:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="email" type="text" id="uname6" value="<%=rs("email")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">联系电话:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="tel" type="text" id="uname7" value="<%=rs("tel")%>" size="30"></td>
</tr>
<tr>
<td height="9" width="93" align="center" bgcolor="#EDEDDA"><font size="2">注册日期:</font></td>
<td width="286" bgcolor="#EDEDDA"><input name="data" type="text" id="uname8" value="<%=rs("data")%>" size="30"></td>
</tr>
<tr>
<td height="9" colspan="2" width="100%" align="center" bgcolor="#EDEDDA">
<input type="submit" name="Submit2" value=" 修 改 " style="font-size: 9pt; ">
<input type="button" value=" 关闭 " name="B2" onclick="window.close();" style="font-size: 9pt"> </td>
<tr>
<p>
<%else %>
</p>
您没有登陆,或该会员已被删除,请重新登陆一次。 <a href="Javascript:window.history.go(-1)">返回</a>
</div>
<%end if %> </td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -