?? 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 + -