📄 user_info_change.asp
字号:
<!--#include file="conn.asp" -->
<!-- #include file="inc/adovbs.inc" -->
<!-- #include file="inc/info.asp" -->
<!-- #include file="webtop1.asp" -->
<html>
<head>
<TITLE><%=webname%>--会员管理中心</TITLE>
<META http-equiv=Content-Type content="text/html; charset="<%=charset%>">
<META name="keywords" content="<%=keywords%>">
<META name="description" content="<%=description%>">
<link href="images/yq_style.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY bgColor=#ffffff leftMargin=0 onmouseover=exitpop=false text=#000000 topMargin=0 marginheight="0" marginwidth="0">
<%
on error resume next
dim user
user=session("user")
if user="" then
response.redirect "login.asp"
else
sql="select * from users where regUsername='"&user&"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn%>
<table width="760" border="0" cellspacing="0" cellpadding="4" align=center>
<tr>
<td align="center" valign="top">
<span id=b2>欢迎您,<%=rs("regUsername")%> </span> </td>
</tr>
</table>
<table width="760" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="150" align="left" valign="top">
<!-- #include file="User_left.asp" --> </td>
<td width="5"><img src="img/tran_1.gif" width="1" height="1"></td>
<td align="left" valign="top">
<table width='100%' border=0 cellPadding=4 cellSpacing=0 id='b1'><tr><td height='10' colspan='2'></td></tr><tr><td height='25' >您的位置:用户设置 〉用户信息修改</td></tr></table> <table width="100%" border="0" cellspacing="0" cellpadding="0" id="b1">
<tr>
<td width="4" valign="top" id="bg11"><img src="img/corner_1.gif" width="4" height="4"></td>
<td width="100" align="center" valign="bottom" id="bg11"><font color="#FFFFFF"><strong>用户信息修改</strong></font></td>
<td width="4" valign="top" id="bg11"><img src="img/corner_2.gif" width="4" height="4"></td>
<td> </td>
</tr>
<tr>
<td height="2" colspan="4" id="bg11"></td>
</tr>
</table>
<table border=0 cellPadding=0 cellSpacing=0 width="100%">
<tr>
<td height="10"></td>
</tr>
</table>
<form name='mainform' action='User_info_save.asp' method='post'>
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#cccccc" id="b1">
<tr>
<td id="bg10"><strong>必填项</strong>(“<font id="f1">*</font>”为必填项)</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="24%" align="right" nowrap id="b1"><font id="f1">*</font>
交易时称呼: </td>
<td width="27%" id="b1">
<input type='text' name='name' size='30' value='<%=rs("regName")%>'>
</td>
<td width="21%" align="right" id="b1"><font id="f1">*</font>E-mail:</td>
<td width="32%" nowrap id="b1">
<input type="text" name="email" value="<%=rs("regEmail")%>">
</td>
</tr>
<tr>
<td id="b1" colspan="1" align="right"><font id="f1">*</font>身份证号:</td>
<td id="b1" align="left"> <%if rs("idcard")<>"" then%>
<input type='hidden' name='idcard' value='<%=rs("idcard")%>'><%=rs("idcard")%>
<%else%>
<input type='text' name='idcard' value='<%=rs("idcard")%>'>
<%end if%>
</td>
<td id="b1" align="right"><font id="f1">*</font>性别:</td>
<td id="b1" align="left"> <%if rs("regsex")="男" then%>
<input type="radio" name="sex" value="男" checked>
男
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -