📄 job.asp
字号:
<% Response.Buffer=True %>
<!--#include file="inc/dbconn.asp"-->
<% uid=request("uid")
set rs=server.createobject("adodb.recordset")
sql1="update company set click=click+1 where uname='"&uid&"'"
rs.open sql1,conn,1,1
sql2="select * from company where job<>'""' and uname='"&uid&"'"
rs.open sql2,conn,1,1 %>
<% if rs.eof or rs.bof then
response.write"<SCRIPT language=JavaScript>alert('对不起,该用户不存在或已被删除!');"
response.write"javascript:window.close();</SCRIPT>"
end if %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="inc/index.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>学生社会实践信息管理系统—>人才中心—><%=rs("cname")%></title>
</head>
<div align="center">
<table border="2" cellpadding="0" cellspacing="0" width="390" height="18" bordercolor="#FFFFFF" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF">
<tr>
<td width="382" height="19" bgcolor="#C6CEDE" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#FFFFFF" valign="bottom" colspan="2">
<p align="center"> === 招聘信息 ===</td>
</tr>
<center>
<tr>
<td width="288" height="19" valign="bottom"> 公司名称:<a href="company.asp?uid=<%=rs("uname")%>"><%=rs("cname")%></a></td>
</center>
<td width="94" height="19" valign="bottom">
<p align="right">点击数:<%=rs("click")%> </td>
</tr>
<center>
<tr>
<td width="384" height="19" bgcolor="#F3F3F3" valign="bottom" colspan="2"> 招聘职位:<%=rs("job")%></td>
</tr>
<tr>
<td width="384" height="19" valign="bottom" colspan="2"> 招聘人数:[<%=rs("zpnum")%>]人</td>
</tr>
<tr>
<td width="384" height="19" bgcolor="#F3F3F3" valign="bottom" colspan="2"> 工作地点:<%=rs("gzdd")%></td>
</tr>
<tr>
<td width="384" height="19" valign="bottom" colspan="2"> 岗位描述:</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" width="384" colspan="2">
</td>
</tr>
<tr>
<td width="384" height="19" bgcolor="#F8F8F8" valign="bottom" colspan="2">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377"> <%=rs("zptext")%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" width="384" colspan="2">
</td>
</tr>
<tr>
<td width="384" height="19" valign="bottom" colspan="2"> 相关要求:</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" width="384" colspan="2">
</td>
</tr>
<tr>
<td width="384" height="19" bgcolor="#F8F8F8" valign="bottom" colspan="2">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="379" align="right">
<tr>
<td width="377" valign="bottom"> <%=rs("xgyq")%></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="3" valign="top" bgcolor="#00006A" width="384" colspan="2">
</td>
</tr>
</center>
<% if session("puid")<>"" then%>
<tr>
<td width="384" height="24" valign="bottom" colspan="2">
<p align="center">[<a href="person/addfav.asp?fav=<%=rs("uname")%>">添加到收藏夹</a>]
[<a href="person/sendmail.asp?reid=<%=rs("uname")%>">发送站内信件</a>]</td>
</tr>
<%end if%>
</table>
</div>
<p align="center">
【<a href="javascript:window.close()">关闭窗口</a>】</p>
<p align="center"> </p>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -