📄 in_control1.asp
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<html>
<%
if session("id")="" or session("ac")="" or session("user")<>"1" then
response.write "<script language=JavaScript>" & chr(13) & "alert('您不具备此权限!');"&"window.location.href = 'index.asp'"&" </script>"
Response.End
end if
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<title><%=webname%> - 会员中心 - 基本资料设置</title>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="421">
<tr>
<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top" bgcolor="#FEFBF4">
<div align="center">
<table border="0" width="705" cellspacing="0" cellpadding="0" id="table2" height="379">
<tr>
<td height="86" width="214">
<img border="0" src="images/control.gif" width="282" height="90"></td>
<td height="86" width="237"> </td>
<td height="86" width="128">
<img border="0" src="images/controltop1.gif" width="128" height="90"></td>
<td height="86" width="58"> </td>
</tr>
<tr>
<td width="705" colspan="4" valign="top">
<%
sql="select name,code,bdate,sex,guoji,shenggao,tizhong,minzu,marry,hka,hkb,edu,zye,zhuanyen1,zyes,zhuanyen2,school,bydate,zzmm,zcheng,jyjl from in_user where id="&clng(session("id"))
rs.open sql,conn,1,1
%>
<div align="center">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table3" height="951">
<tr>
<td height="27" colspan="2">
<p align="left">
<a href="control.asp">会员中心</a> → 基本资料设置 → 第一步</td>
</tr>
<tr>
<td width="25%" valign="top">
<!--#include file="in_menu.asp"-->
</td>
<td width="75%" valign="top" align="center" style="border: 1px solid #000000">
<form method="POST" action="upinfo1.asp">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="40" id="table5">
<tr>
<td height="40" colspan="3">
<p align="center"><b>
第一步:个人基本资料设置</b></td>
</tr>
<tr>
<td height="40" width="21%" align="right">
您的真实姓名:</td>
<td height="40" width="35%">
<input type="text" name="name" size="23" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("name")%>"></td>
<td height="40" width="44%">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">
身份证号码:</td>
<td height="40" width="35%">
<input type="text" name="code" size="23" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("code")%>"></td>
<td height="40" width="44%">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">
生日:</td>
<td height="40" width="35%">
<input type="text" name="bdate" size="23" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("bdate")%>"></td>
<td height="40" width="44%">
<font color="#FF0000">*
(格式为1984-01-09)</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">
性别:</td>
<td height="40" width="35%">
<INPUT TYPE="radio"<%if rs("sex") ="男" then Response.Write "checked"%> VALUE="男" NAME="sex">
男 <INPUT TYPE="radio" <%if rs("sex") ="女" then Response.Write "checked"%> NAME="sex" VALUE="女">
女 </td>
<td height="40" width="44%">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">
国籍:</td>
<td height="40" width="35%">
<SELECT NAME=guoji STYLE="border: 1px solid #333333; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFFFFF">
<OPTION VALUE=中国 <%if rs("guoji") ="中国" then Response.Write "selected"%>>中国</OPTION>
<OPTION VALUE=韩国 <%if rs("guoji") ="韩国" then Response.Write "selected"%>>韩国</OPTION>
<OPTION VALUE=日本 <%if rs("guoji") ="日本" then Response.Write "selected"%>>日本</OPTION>
<OPTION VALUE=法国 <%if rs("guoji") ="法国" then Response.Write "selected"%>>法国</OPTION>
<OPTION VALUE=意大利 <%if rs("guoji") ="意大利" then Response.Write "selected"%>>意大利</OPTION>
<OPTION VALUE=朝鲜 <%if rs("guoji") ="朝鲜" then Response.Write "selected"%>>朝鲜</OPTION>
<OPTION VALUE=美国 <%if rs("guoji") ="美国" then Response.Write "selected"%>>美国</OPTION>
<OPTION VALUE=英国 <%if rs("guoji") ="英国" then Response.Write "selected"%>>英国</OPTION>
<OPTION VALUE=泰国 <%if rs("guoji") ="泰国" then Response.Write "selected"%>>泰国 </OPTION>
</SELECT></td>
<td height="40" width="44%">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">身高:</td>
<td height="40" width="35%">
<input type="text" name="shenggao" size="23" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("shenggao")%>"></td>
<td height="40" width="44%">
<font color="#FF0000">*
(单位cm)</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">体重:</td>
<td height="40" width="35%">
<input type="text" name="tizhong" size="23" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("tizhong")%>"></td>
<td height="40" width="44%">
<font color="#FF0000">*
(单位kg)</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">民族:</td>
<td height="40" width="35%">
<input type="text" name="minzu" size="23" style="border-style: solid; border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" value="<%=rs("minzu")%>"></td>
<td height="40" width="44%">
<font color="#FF0000">*
(如:汉)</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">婚姻状况:</td>
<td height="40" width="35%">
<SELECT SIZE=1 NAME=marry STYLE="border: 1px solid #333333; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFFFFF">
<OPTION VALUE=未婚 <%if rs("marry") ="未婚" then Response.Write "selected"%>>未婚 <OPTION VALUE=已婚 <%if rs("marry") ="已婚" then Response.Write "selected"%>>已婚
<OPTION VALUE=离异 <%if rs("marry") ="离异" then Response.Write "selected"%>>离异</OPTION>
</SELECT></td>
<td height="40" width="44%">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="40" width="21%" align="right">户口所在地:</td>
<td height="40" width="35%">
<SELECT SIZE=1 NAME=hka STYLE="border-style: solid; border-width: 1; padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1; background-color: #FFFFFF">
<OPTION value="0" <%if rs("hka") ="" then Response.Write "selected"%>>请在以下列表中选择</OPTION>
<%
call listarea(rs("hka"))
%>
</SELECT></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -