?? manage_jobadd.asp
字號:
<!--#include file="admin.asp"-->
<!--#include file="conn.asp"-->
<%if Request.QueryString("no")="eshop" then
id=request("id")
Duix=request("Duix")
Rens=request("Rens")
Did=request("Did")
Daiy=request("Daiy")
Yaoq=request("Yaoq")
Qix=request("Qix")
If Duix="" Then
response.write "SORRY <br>"
response.write "請輸入更新內(nèi)容"
response.end
end if
If Rens="" Then
response.write "SORRY <br>"
response.write "內(nèi)容不能為空"
response.end
end if
If Did="" Then
response.write "SORRY <br>"
response.write "內(nèi)容不能為空"
response.end
end if
If Daiy="" Then
response.write "SORRY <br>"
response.write "內(nèi)容不能為空"
response.end
end if
If Yaoq="" Then
response.write "SORRY <br>"
response.write "內(nèi)容不能為空"
response.end
end if
If Qix="" Then
response.write "SORRY <br>"
response.write "內(nèi)容不能為空"
response.end
end if
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from Job"
rs.open sql,conn,1,3
rs.addnew
rs("Duix")=Duix
rs("Rens")=Rens
rs("Did")=Did
rs("Daiy")=Daiy
rs("Yaoq")=Yaoq
rs("Qix")=Qix
rs.update
rs.close
response.redirect "Manage_Job.asp"
end if
%>
<%
id=request.querystring("id")
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From Job where id="&id, conn,3,3
%>
<html>
<head>
<title>發(fā)布管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Admin_Style.css" rel="stylesheet" type="text/css">
</head>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<br>
<br>
<table width="688" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" style="background-image: url('../Images/topbg1.gif')"> <div align="center"><strong>發(fā)布招聘</strong></div></td>
</tr>
<tr>
<form method="post" action="Manage_JobAdd.asp?no=eshop">
<td><div align="center">
<table width="100%" border="0" cellspacing="2" cellpadding="3">
<tr>
<td width="19%" height="25" bgcolor="#E1F4EE"> <div align="center">招聘對象</div></td>
<td width="81%" bgcolor="#E1F4EE"> <input name="Duix" type="text" class="inputtext" id="Duix" value="<%=rs("Duix")%>" size="25" maxlength="30"></td>
</tr>
<tr>
<td height="22" bgcolor="#E1F4EE"> <div align="center">招聘人數(shù)</div></td>
<td bgcolor="#E1F4EE"><input name="Rens" type="text" class="inputtext" id="Rens" value="<%=rs("Rens")%>" size="5" maxlength="30">
人</td>
</tr>
<tr>
<td height="22" bgcolor="#E1F4EE"> <div align="center">工作地點</div></td>
<td height="-4" bgcolor="#E1F4EE"> <input name="Did" type="text" class="inputtext" id="Did" value="<%=rs("Did")%>" size="30" maxlength="50">
</td>
</tr>
<tr>
<td height="22" bgcolor="#E1F4EE"><div align="center">工資待遇</div></td>
<td height="-1" bgcolor="#E1F4EE"> <input name="Daiy" type="text" class="inputtext" id="Daiy" value="<%=rs("Daiy")%>" size="20" maxlength="50"></td>
</tr>
<tr>
<td height="22" bgcolor="#E1F4EE"> <div align="center">發(fā)布日期</div></td>
<td height="-3" bgcolor="#E1F4EE"> <%=Date()%></td>
</tr>
<tr>
<td height="22" bgcolor="#E1F4EE"><div align="center">有效期限</div></td>
<td height="0" bgcolor="#E1F4EE"><input name="Qix" type="text" class="inputtext" id="Qix" value="<%=rs("Qix")%>" size="5" maxlength="30">
天</td>
</tr>
<tr>
<td height="22" bgcolor="#E1F4EE"><div align="center">招聘要求</div></td>
<td height="10" bgcolor="#E1F4EE"> <textarea name="Yaoq" cols="40" rows="5" class="inputtext" id="Yaoq"><%=rs("Yaoq")%></textarea></td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#E1F4EE"> <div align="center">
演示不開放操作按鈕,請聯(lián)系QQ 412771253
<input name="reset" type="reset" value="取消">
</div></td>
</tr>
</table>
</div></td>
</form>
</tr>
</table> </td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -