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

📄 job.asp

📁 北京商务网
💻 ASP
字号:
<%@ codepage ="936" %>
<!--#include file="../conn/dbconn1.asp"-->
<STYLE type=text/css>
TD {
COLOR: #000; FONT-FAMILY: 宋体; FONT-SIZE: 12px
}
.GR {
COLOR: #666
}
</STYLE>
<LINK 
href="../css/Style.css" rel=stylesheet type=text/css>
<script language="javascript">
function job(mylink)
{
window.open(mylink,'','top=50,left=120,width=457,height=450,scrollbars=yes')
}
</script>
<script language="javascript">
function person(link)
{
window.open(link,'','top=10,left=65,width=650,height=480,scrollbars=yes')
}
</script>
<%
const MaxPerPage=7
dim gssql
dim rsgs
dim rs
dim sql
Set rs= Server.CreateObject("ADODB.Recordset") 
sql="select info_id,gsid,zrs,web,showname,company,dateandtime from job where showname<>'""' order by info_id desc" 
rs.open sql,conn,1,1
zpnum=rs.recordcount
Set rsgs= Server.CreateObject("ADODB.Recordset") 
gssql="select id,iname,sex,zye from person order by id desc" 
rsgs.open gssql,conn,1,1
qznum=rsgs.recordcount
%>
<title>21sji商贸网</title>
<div align="center">
<center>
  </center>
</div>
<table width="545" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="112" rowspan="4"><img src="../img/p.jpg" width="112" height="202"></td>
    <td colspan="3" valign="top" width="433"><img src="../img/10_r1_c1.gif" width="433" height="20"></td>
  </tr>
  <tr> 
    <td width="250" valign="top" class="body"> <TABLE border=0 cellPadding=2 cellSpacing=1 width="240" style="border-collapse: collapse" bordercolor="#111111">
        <TBODY>
          <TR> 
            <% 
dim num 
do while not rs.eof 
%>
            <TD width="4"> <IMG 
src="../images/index_aro4.gif"></TD>
            <TD width="130"> <span style=\&quot;font-size:9pt;line-height: 15pt\"> 
              <a href="javascript:job(&quot;job_info.asp?info_id=<%=rs("info_id")%>&quot;)"> 
              <% if len(rs("showname"))>11 then%>
              <%=left(rs("showname"),9)%>..</a> 
              <% else%>
              <%=rs("showname")%> 
              <%end if%>
              </a></span></TD>
            <TD width="63" colspan="2"> <span style=\&quot;font-size:9pt;line-height: 15pt\"> 
              <%=rs("dateandtime")%></span></TD>
          </TR> <% 
num=num+1 
if num>=MaxPerPage then exit do
rs.movenext 
loop 
rs.close 
set rs=nothing 
%>
          <TR> 
            <TD colspan="4"><div align="right"><a href="jobsearch.asp" target="_blank"><img src="../img/more.gif" width="63" height="16" border="0"></a></div></TD>
          </TR>
         
        </TBODY>
    </TABLE>    </td>
    <td width="5" height="154" valign="top" class="body"><img src="../img/10_r2_c2.gif" width="5" height="154"></td>
    <td width="170" valign="top" class="body"> <TABLE border=0 cellPadding=2 cellSpacing=1 width="180" style="border-collapse: collapse" bordercolor="#111111">
        <TBODY>
          <TR> 
            <%do while not rsgs.eof%>
            <TD width="4"> <IMG 
src="../images/index_aro4.gif"></TD>
            <TD width="60"> <a href="javascript:person(&quot;personjl.asp?id=<%=rsgs("id")%>&quot;)"> 
              <%if session("id")<>"" then response.write""&rsgs("iname") else response.write"编号"&rsgs("id") end if%>
            </a></TD>
            <TD width="21"><%=rsgs("sex")%></TD>
            <TD width="123"> <span style=\&quot;font-size:9pt;line-height: 15pt\"> 
              <%if len(rsgs("zye"))>7 then
%>
              <%=left(rsgs("zye"),6)%></span><span style="\&quot;font-size:9pt;line-height:; letter-spacing:-3">..</span><span style=\&quot;font-size:9pt;line-height: 15pt\"> 
              <% else%>
              <%=rsgs("zye")%></span><span style=\&quot;font-size:9pt;line-height: 15pt\"> 
              <%end if%>
              </span></TD>
          </TR><%i=i+1 
if i>=MaxPerPage then exit do
rsgs.movenext 
loop 
rsgs.close 
set rsgs=nothing
conn.close
set conn=nothing 
%>
          <TR> 
            <TD colspan="4"><div align="right"><a href="psearch.asp" target="_blank"><img src="../img/more.gif" width="63" height="16" border="0"></a></div></TD>
          </TR>
          
        </TBODY>
    </TABLE>    </td>
  </tr>
  <tr> 
    <td colspan="3" valign="top" width="433"><img src="../img/10_r3_c1.gif" width="433" height="7"></td>
  </tr>
  <tr> 
    <td colspan="3" align="right" valign="top" width="433"><table width="50%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td class="unnamed1"><font color="#0099CC"><img src="../img/mc.gif" width="13" height="13">招聘职位:[<font color="#FF6600"><%=zpnum%></font>]</font><font color="#0099CC"> 
            <img src="../img/mc.gif" width="13" height="13">求职人数:[<font color="#FF6600"><%=qznum%></font>]</font></td>
        </tr>
      </table></td>
  </tr>
</table>

⌨️ 快捷键说明

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