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

📄 job.asp

📁 21世纪人才www.51zy.net 网站源码
💻 ASP
字号:
<% Response.Buffer=True %>
<!--#include file="inc/dbconn.asp"-->
<% id=request("id")
set rs=server.createobject("adodb.recordset")
sql1="update zp set click=click+1 where id="&id
rs.open sql1,conn,1,1
sql2="select * from zp where id="&id
rs.open sql2,conn,1,1
%>

<!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>::智达人才网::—&gt;<%=rs("cname")%></title>
</head>
<div align="center"> 
  <table cellspacing=0 bordercolordark=#ffffff cellpadding=5 width=600 
align=center bordercolorlight=#000000 border=1>
    <!--DWLayoutTable-->
    <tbody>
      <tr> 
        <td height="9" colspan="4" valign="top"><font color="#0066FF">:::智达人才信息网 
          www.51zy.net:::</font></td>
      </tr>
      <tr> 
        <td height="30" colspan="4" valign="bottom" bgcolor="#f9f9f9"> <div align="center">=== 
        招聘信息 === </div></td>
      </tr>
      <tr> 
        <td width="83" height="17" valign="bottom"> <div align="right">公司名称:</div></td>
        <td width="195" height="17" valign="bottom"><font color="#0066FF"><%=rs("cname")%></font></td>
        <td width="75" height="17" valign="bottom"> <div align="right">点击数:</div></td>
        <td width="197" height="17" valign="bottom"><font color="#0066FF"><%=rs("click")%></font></td>
      </tr>
      <tr> 
        <td class=formstyle noWrap height="17"> <div align=right>招聘职位:</div></td>
        <td noWrap height="17"><font color="#0066FF"><%=rs("job")%> </font></td>
        <td class=formstyle align=left height="17"> <div align=right>工作地点:</div></td>
        <td height="17"> <font color="#0066FF"><span class="formstyle"><font color="#0066FF"><%=rs("gzdd")%></font></span> 
          </font></td>
      </tr>
      <tr> 
        <td class=formstyle valign="middle"> <div align=right>岗位描述:</div></td>
        <td align=left colspan=3> <font color="#0066FF"><%=rs("zptext")%> </font></td>
      </tr>
      <tr> 
        <td class=formstyle valign="middle"> <p align="right">公司地址:</p></td>
        <td align=left colspan=3> <font color="#0066FF"><%=rs("xgyq")%> </font></td>
      </tr>
      <tr bgcolor="#FFFFFF"> 
        <td height="24" valign="bottom" colspan="4"> <p align="right">            [<a href="person/sendmail.asp?reid=<%=rs("uname")%>">投递简历</a>] [<a href="javascript:window.close()">关闭窗口</a>] 
        </td>
      </tr>
    </tbody>
  </table>
  <script language="javascript" src="inc/copyright.js"></script>
</div>

⌨️ 快捷键说明

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