📄 qjj.asp
字号:
<% 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
iname_=rs("iname")
uname_=rs("uname")
kmsm_=""
rs.close
Set rs = Server.CreateObject("ADODB.Recordset")
sq2="select * from xueyuan where uname='"&uname&"'"
rs.open sq2,conn,3,3
if rs.eof then
rs.addnew
rs("iname")=iname_
rs("uname")=uname_
rs.update
end if
rs.close
Set rs = Server.CreateObject("ADODB.Recordset")
sq3="select * from xueyuan where uname='"&uname&"'"
rs.open sq3,conn,1,1
%>
<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>乐清人才网—>登录/更新教员信息</title>
</head>
<SCRIPT language=JavaScript src="../inc/validate.js"></SCRIPT>
<SCRIPT language=JavaScript src="../inc/vreg2-1.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" 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="#000000"><b>用户[<%=uname%>]聘请家教登记:</b></font></td>
</tr>
</tbody>
</table>
</center>
</div>
</td>
</tr>
<tr>
<td>
<div align="center">
<table border="0" cellpadding="0" width="75%" bordercolor="#C0C0C0" style="border-style: solid; border-color: #FFFFFF" cellspacing="0">
<tr>
<td width="100%"><FORM name=qjj action=qjj.asp method=post>
<table border="0" cellpadding="2" cellspacing="1" width="569" bgcolor="#d5c88a">
<tr>
<td width="561" height="21" valign="middle" colspan="2" bgcolor="#FFFFFF">
<p align="left">学员要求:
</td>
</tr>
<center>
<center>
<tr>
<td bgcolor="#FFFFFF" height="25" valign="middle" align="right">居住区域:</td>
<td bgcolor="#FFFFFF" height="25" valign="middle">
<select size="1" name="skdd">
<option>请选择</option>
<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 value="芙蓉" <%if rs("skdd") ="芙蓉" then response.write "selected"%>>芙蓉</option>
</select>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" height="25" valign="middle" align="right">提供报酬:</td>
<td bgcolor="#FFFFFF" height="25">
<input type="text" name="xwbc" size="3" maxlength="3" value="<%=rs("xwbc")%>">
元/小时(不填表示面议)</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" height="25" valign="top" align="right">
<p style="line-height: 110%">备注:<br>
(请填写对教员的其他要求如性别、年龄等)
</td>
<td bgcolor="#FFFFFF" height="25" 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%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -