📄 user_info_save.asp
字号:
<!--#include file="conn.asp" -->
<!-- #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">
<%name=request("name")
email=request("email")
sex=request("sex")
idcard=request("idcard")
zip=request("zip")
country=request("country")
prov=request("TPL_prov")
city=request("TPL_city")
tel=request("tel")
addr=request("addr")
addr2=request("addr2")
Set rs = Server.CreateObject("ADODB.recordset")
rs.open "select * from users where regUsername='"&session("user")&"'",conn,2,2
rs("regAdmin")="N"
RS("regValidated")="Y"
RS("regName")=name
rs("regEmail")=email
rs("regAddress1")=addr
rs("regAddress2")=addr2
rs("regCountry")=country
rs("regCity")=city
rs("regState")=prov
rs("regZip")=zip
rs("idcard")=idcard
rs("regsex")=sex
rs("regtel")=tel
rs.update
set rs=nothing
%>
<table width="760" border="0" cellspacing="0" cellpadding="4" align=center>
<tr>
<td align="center" valign="top">
<span id=b2>欢迎您,<%=session("User")%> </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 border=0 cellPadding=0 cellSpacing=0 width="100%">
<tr>
<td height="10">恭喜您,您的资料已经修改成功,您现在可以买卖东西了 !</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- #include file="copyright.asp" -->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -