⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myziliao.asp

📁 一个专业的房地产门户网站
💻 ASP
字号:
<!-- #include file="user_pass.asp"-->
<!-- #include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查看我的资料</title>
<LINK 
href="css/css.css" rel=stylesheet type=text/css>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="5">
<form name="form1" method="post" action="puserxiugai.asp">
    <center>
    <TABLE 
                  width="98%" height="291" border=0 cellPadding=3 cellSpacing=1 borderColorLight=#808000 borderColorDark=#808000 bgcolor="#CCCCCC" style="border-collapse: collapse">
      <tr align="center" bgcolor="#FFFFFF"> 
        <td height="25" colspan="2"> 
          <%

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 %>
          <font color="#FF0000"><strong>修改资料</strong></font> </td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">会员帐号:</font></td>
        <td width="286" bgcolor="#FFFFFF"><font color="#FF0000"><%=rs("uid")%></font> </td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">会员姓名:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="uname" type="text" id="uname" value="<%=rs("uname")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font color="#000000" size="2">会员性别:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <select name="xb" id="xb">
          <%if rs("xb")="男" then %>
          <option selected>男</option>
          <option>女</option>
          <%else %>
          <option>男</option>
          <option selected>女</option>
          <%end if %>
        </select></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">会员密码:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="pwd" type="text" id="pwd" value="<%=rs("pwd")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed">密码确认<font size="2">:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="pwd2" type="text" id="pwd2" value="<%=rs("pwd2")%>" size="30"> </td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">密码提问:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="tishi" type="text" id="uname3" value="<%=rs("tishi")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">密码答案:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="tsda" type="text" id="uname4" value="<%=rs("tsda")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">身份证号:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="sfz" type="text" id="uname5" value="<%=rs("sfz")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">电子邮件:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="email" type="text" id="uname6" value="<%=rs("email")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">联系电话:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="tel" type="text" id="uname7" value="<%=rs("tel")%>" size="30"></td>
    </tr>
    <tr> 
        <td align="center" bgcolor="#ededed"><font size="2">注册日期:</font></td>
        <td width="286" bgcolor="#FFFFFF"> 
          <input name="data" type="text" id="uname8" value="<%=rs("data")%>" size="30"></td>
    </tr>
      <tr> 
        <td width="100%" height="9" colspan="2" align="center" bgcolor="#FFFFFF"> 
          <input type="submit" name="Submit2" value="修改" style="font-size: 9pt; ">
          &nbsp;&nbsp;&nbsp;&nbsp; 
        <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> 
        <%end if %> 
    </tr>
  </table>
    </center>
  </div>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -