⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hover_job_add.asp

📁 后台默认管理账号密码:admin 后台主要功能如下:一、系统管理:管理员管理
💻 ASP
字号:
<!--#include file="toptable.asp"-->
<%
'=================================
'   良精科技企业管理系统
'   QQ在线客服:65961930 82993936
'   咨询定购Tel:010-81991660
'      asp3721@hotmail.com 
'        www.liangjing.net
'  copyright(c)2001-2008 HoverCms 2007特别版
'=================================
%>
<%if Request.QueryString("no")="eshop" then%>
<%
Duix=server.htmlencode(Trim(Request("Duix")))
Rens=server.htmlencode(Trim(Request("Rens")))
Did=server.htmlencode(Trim(Request("Did")))
Daiy=server.htmlencode(Trim(Request("Daiy")))
Yaoq=server.htmlencode(Trim(Request("Yaoq")))
Qix=server.htmlencode(Trim(Request("Qix")))
%>
<%
If Duix="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If Rens="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If Did="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If Daiy="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If Yaoq="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if
If Qix="" Then
response.write "SORRY <br>"
response.write "内容不能为空!!<a href=""javascript:history.go(-1)"">返回重输</a>"
response.end
end if

Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from Hover_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 "Hover_Job.asp"
end if
%>
<!-- #include file="Inc/Head.asp" -->
<BR>
<table width="97%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableBorder">
								<form method="post" action="Hover_Job_Add.asp?no=eshop">
						<tr>
		<td class="title" height="25" align="center" colspan="2"><strong>发布招聘信息</strong></td>
                   	</tr>
							<tr>
		<td class="title2" height="25" colspan="2"><span class="title2">选择您需要更改的招聘信息。</span></td>
                   	</tr>                  			<tr> 
									<td width="39%" height="25" align="right" bgcolor="#C0C0C0" class="table"> 招聘对象</td>
									<td width="61%" bgcolor="#E3E3E3" class="table">
					  <input name="Duix" type="text" class="inputtext" id="Duix" size="25" maxlength="30"></td>
								</tr>
								<tr> 
									<td height="22" align="right" bgcolor="#C0C0C0" class="table"> 
										招聘人数</td>
									<td bgcolor="#E3E3E3" class="table"><input name="Rens" type="text" class="inputtext" id="Rens" size="5" maxlength="30">
								  人</td>
								</tr>
								<tr> 
									<td height="22" align="right" bgcolor="#C0C0C0" class="table"> 工作地点</td>
									<td height="-4" bgcolor="#E3E3E3" class="table">
									<input name="Did" type="text" class="inputtext" id="Did" size="30" maxlength="50"> 
								  </td>
								</tr>
								<tr> 
									<td height="22" align="right" bgcolor="#C0C0C0" class="table">工资待遇</td>
									<td height="-1" bgcolor="#E3E3E3" class="table">
								  <input name="Daiy" type="text" class="inputtext" id="Daiy" size="20" maxlength="50"></td>
								</tr>
								<tr> 
									<td height="22" align="right" bgcolor="#C0C0C0" class="table">
									发布日期</td>
									<td height="-3" bgcolor="#E3E3E3" class="table"> <%=Date()%></td>
								</tr>
								<tr> 
									<td height="22" align="right" bgcolor="#C0C0C0" class="table">有效期限</td>
									<td height="0" bgcolor="#E3E3E3" class="table"><input name="Qix" type="text" class="inputtext" id="Qix" size="5" maxlength="30">
								  天</td>
								</tr>
								<tr> 
									<td height="22" align="right" bgcolor="#C0C0C0" class="table">招聘要求</td>
									<td height="10" bgcolor="#E3E3E3" class="table">
								  <textarea name="Yaoq" cols="40" rows="5" class="inputtext" id="Yaoq"></textarea></td>
								</tr>
								<tr> 
									<td height="25" colspan="2" align="center" bgcolor="#E3E3E3" class="table">  
											<input type="submit" class="btn"  value="确定">
											&nbsp; 
								  <input type="reset" class="btn"   value="取消">								  </td>
								</tr>
</form></table>
<BR>
<%htmlend%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -