?? zjj.asp
字號(hào):
<% Response.Buffer=True %>
<!--#include file="../inc/dbconn1.inc"-->
<%
uname=session("puid")
modify=request("modify")
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from geren where uname='"&uname&"'"
rs.open sql,conn,1,1
bday_=rs("bday")
sex_=rs("sex")
iname_=rs("iname")
edu_=rs("edu")
uname_=rs("uname")
kmsm_=""
rs.close
Set rs = Server.CreateObject("ADODB.Recordset")
sq2="select * from jiaoyuan where uname='"&uname&"'"
rs.open sq2,conn,3,3
if rs.eof and rs.bof then
rs.addnew
rs("iname")=iname_
rs("sex")=sex_
rs("edu")=edu_
rs("uname")=uname_
rs.update
end if
rs.close
Set rs = Server.CreateObject("ADODB.Recordset")
sq3="select * from jiaoyuan where uname='"&uname&"'"
rs.open sq3,conn,1,1
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Content-Language" content="zh-cn">
<link rel="stylesheet" href="../inc/register.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<STYLE type=text/css>TABLE {
FONT-SIZE: 9pt; LINE-HEIGHT: 12pt
}
.bord {
BACKGROUND: #ffffff; BORDER-BOTTOM: rgb(238,238,238) 1px solid; BORDER-LEFT: rgb(128,128,128) 1px solid; BORDER-RIGHT: rgb(238,238,238) 1px solid; BORDER-TOP: rgb(128,128,128) 1px solid; FONT-FAMILY: "宋體"; FONT-SIZE: 9pt; FONT-WEIGHT: normal
}.sbtxt { color: #000000; font-family: 宋體; font-size: 12px; text-decoration: none }
.sblue { color: #0000cc; font-family: 宋體; font-size: 12px; text-decoration: none }
.sorenge { color: #ff6600; font-family: 宋體; font-size: 12px; text-decoration: none }
a:hover { color: #0000ff; font-family: 宋體; font-size: 12px; text-decoration: none }
.swtxt { color: #ffffff; font-family: 宋體; font-size: 12px; text-decoration: none }
.shtxt { color: #666666; font-family: 宋體; font-size: 12px; text-decoration: none }
.bftxt { color: #FFFFFF; font-family: 宋體; font-size: 12px; text-decoration: none }
.hstxt { color: #FF0000; font-family: 宋體; font-size: 12px; text-decoration: none }
</style>
<title>樂(lè)清人才網(wǎng)—>登錄/更新教員信息</title>
</head>
<SCRIPT language=JavaScript src="../inc/validate.js"></SCRIPT>
<SCRIPT language=JavaScript src="../inc/vreg2.js"></SCRIPT>
<body bgcolor="#dfdfdf" leftmargin="0" topmargin="0">
<!--#include file="../inc/top.htm"-->
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="760" height="0" align="center" bgcolor="#FFFFFF">
<tr>
<td width="770" height="13" valign="top" colspan="5" bgcolor="#ffffff">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="75%">
<tbody>
<tr>
<td width="100%" height="10"></td>
</tr>
<tr>
<td width="100%" height="25"><font color="#FF0000"><b><font color="#000000">用戶[<%=uname%>]的教員信息登記:</font></b></font></td>
</tr>
</tbody>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<table border="0" cellpadding="0" width="75%" style="border-style: solid; border-color: #FFFFFF" cellspacing="1">
<tr>
<td width="100%">
<FORM name=zjj action=zjj.asp method=post>
<table border="0" cellpadding="2" cellspacing="1" width="569" bgcolor="#d5c88a">
<tr>
<td width="561" bgcolor="#FFFFFF" valign="middle" colspan="2">
<p align="left">您的要求:
</td>
</tr>
<center>
<center>
<tr>
<td width="333" bgcolor="#FFFFFF" valign="middle" align="right">可以授課區(qū)域:</td>
<td width="222" bgcolor="#FFFFFF" valign="middle">
<select size="1" name="skdd">
<option>請(qǐng)選擇</option>
<option value="樂(lè)成" <%if rs("skdd") ="樂(lè)成" then response.write "selected"%>>樂(lè)成
<option value="虹橋" <%if rs("skdd") ="虹橋" then response.write "selected"%>>虹橋
<option value="柳市" <%if rs("skdd") ="柳市" then response.write "selected"%>>柳市
<option value="白象" <%if rs("skdd") ="白象" then response.write "selected"%>>白象
<option value="翁洋" <%if rs("skdd") ="翁洋" then response.write "selected"%>>翁洋
<option value="黃華" <%if rs("skdd") ="黃華" then response.write "selected"%>>黃華
<option value="七里港" <%if rs("skdd") ="七里港" then response.write "selected"%>>七里港
<option value="牛鼻洞" <%if rs("skdd") ="牛鼻洞" then response.write "selected"%>>牛鼻洞
<option value="蒲岐" <%if rs("skdd") ="蒲岐" then response.write "selected"%>>蒲岐
<option value="清江" <%if rs("skdd") ="清江" then response.write "selected"%>>清江
<option value="大荊" <%if rs("skdd") ="大荊" then response.write "selected"%>>大荊
<option value="雁蕩" <%if rs("skdd") ="雁蕩" then response.write "selected"%>>雁蕩
<option value="芙蓉" <%if rs("skdd") ="芙蓉" then response.write "selected"%>>芙蓉</option>
</select>
</td>
</tr>
<tr>
<td width="333" bgcolor="#FFFFFF" valign="middle" align="right">授課報(bào)酬:</td>
<td width="222" bgcolor="#FFFFFF">
<input type="text" name="xwbc" size="3" maxlength="3" value="<%=rs("xwbc")%>">
元/小時(shí)(不填表示面議)</td>
</tr>
<tr>
<td width="333" bgcolor="#FFFFFF" valign="top" align="right">
<p style="line-height: 110%">備注:<br>
(請(qǐng)?zhí)顚憣?duì)學(xué)員的其他要求如年齡等)
</td>
<td width="222" bgcolor="#FFFFFF" valign="top"><% if rs("bzsm")<>"" then %>
<% kbzsm=replace(rs("bzsm"),"<br>",chr(13))
kbzsm=replace(kbzsm," "," ") %> <%else%> <%end if%>
<textarea rows="6" name="bzsm" cols="60"><%=kbzsm%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -