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

📄 qyzp.asp

📁 21世纪人才www.51zy.net 网站源码
💻 ASP
📖 第 1 页 / 共 3 页
字号:
          </table>
          <table width="98%" border="0" cellpadding="0" cellspacing="1" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="#00B5F0">
            <tr> 
              <td width="170" height="24" align="center" background="/images/pic_008.gif" bgcolor="#FFFFFF">招聘职位</td>
              <td width="292" height="24" align="center" background="/images/pic_008.gif" bgcolor="#FFFFFF">公司名称&nbsp;</td>
              <td height="24" align="center" background="/images/pic_008.gif" bgcolor="#FFFFFF">发布日期</td>
            </tr>
            <%set rs=server.createobject("adodb.recordset")
sql="select * from  zp where job<>'""' order by id desc"           
rs.open sql,conn,1,1 %>
            <% do while not rs.eof %>
            <tr align="center"> 
              <td height="20" valign="bottom" bgcolor="#FFFFFF">&nbsp;<a href="javascript:openwin('job.asp?id=<%=rs("id")%>','top=50,left=80,width=650,height=400')"><%=rs("job")%></a></td>
              <td height="20" bgcolor="#FFFFFF">&nbsp;<a href="javascript:openwin('company.asp?uid=<%=rs("uname")%>&id=<%=rs("id")%>','top=10,left=80,width=650,height=400')"> 
                <% if len(rs("cname"))>12 then%>
                <%=Left(rs("cname"),12)%>... 
                <% else%>
                <%=rs("cname")%> 
                <%end if%>
                </a></td>
              <td width="118" height="20" bgcolor="#FFFFFF"> 
                <p align="center"><%=rs("idate")%></p></td>
            </tr>
            <% c=c+1                                                                     
     rs.movenext                                                                     
     if c>=15 then exit do                                                                     
     loop                                                                    
     rs.close                                                                    
     set rs=nothing %>

          </table>
        </form>
        <% set rs=server.createobject("adodb.recordset")
	     sql="select * from person" 
         rs.open sql,conn,1,1
         r2=rs.recordcount
         rs.close                                                                    
         set rs=nothing
         set rs=server.createobject("adodb.recordset")
		 sql="select * from person where job<>'""' order by id desc"           
         rs.open sql,conn,1,1 
         jlnum=rs.recordcount %>
        <table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr> 
            <td width="2%" height="29" background="pic/pic_011.gif"><img src="../images/rc_009.gif" width="29" height="24"></td>
            <td width="65%" align="center" background="pic/pic_011.gif"><font color="#000000">最新十五条招聘信息</font></td>
            <td width="33%" align="right" background="pic/pic_011.gif"><a href="javascript:openwin('search.asp?stype=person&gzdd=noxz','top=10,left=80,width=750,height=600')" >更多人才...</a></td>
          </tr>
        </table>
        <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" bgcolor="#00B5F0">
          <tr bgcolor="#FFFFFF"> 
            <td width="100" height="24" align="center" background="/images/pic_008.gif">姓名</td>
            <td width="67" height="20" align="center" background="/images/pic_008.gif">性别</td>
            <td width="141" height="20" align="center" background="/images/pic_008.gif"> 
              <p>学 历 </td>
            <td width="167" height="20" align="center" background="/images/pic_008.gif"> 
              <p>&nbsp;应聘职位 </td>
            <td width="87" height="20" align="center" background="/images/pic_008.gif"> 
              <p>登录日期</p></td>
          </tr>
          <% do while not rs.eof %>
          <tr align="center" bgcolor="#FFFFFF"> 
            <td width="100" height="20"> <a href="javascript:openwin('person.asp?uid=<%=rs("uname")%>','top=10,left=80,width=550,height=500')"><%=rs("iname")%></a></td>
            <td width="67" height="20"> <p align="center">[<%=rs("sex")%>]</p></td>
            <td width="141" height="20"> <p align="center">[<%=rs("edu")%>] </td>
            <td width="167" height="20"><a href="javascript:openwin('person.asp?uid=<%=rs("uname")%>','top=10,left=80,width=550,height=500')">&nbsp;<%=rs("job")%></a></td>
            <td width="87" height="20"> <p align="center"><%=rs("idate")%></p></td>
          </tr>
          <% p=p+1                                                                     
     rs.movenext                                                                     
     if p>=15 then exit do                                                                     
     loop                                                                    
     rs.close                                                                    
     set rs=nothing 
	 set rs=server.createobject("adodb.recordset")
     sql="select * from pmailbox" 
     rs.open sql,conn,1,1
     pmailnum=rs.recordcount
     rs.close                                                                    
     set rs=nothing 
	 set rs=server.createobject("adodb.recordset")
     sql="select * from cmailbox" 
     rs.open sql,conn,1,1
     cmailnum=rs.recordcount
     rs.close                                                                    
     set rs=nothing %>
        </table>
        <br>
        <% set rs=server.createobject("adodb.recordset")
     sql="select * from jobnews order by id desc" 
     rs.open sql,conn,1,1 %>
      <table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#00B5F0">
        <tr> 
            <td width="300" valign="top" bgcolor="#FFFFFF"> 
              <table border="0" cellpadding="0" cellspacing="0" width="300" bordercolorlight="#000000" bordercolordark="#FFFFFF">
                <tr> 
                <td height="24" background="/images/pic_008.gif">&nbsp;<font color="#666666">新闻资讯|NEWS</font></td>
              </tr>
              <tr> 
                <td valign="bottom" height="20"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <% do while not rs.eof %>
                    <tr> 
                      <td height="20"> &nbsp;==&gt;&nbsp;<a href="javascript:openwin('viewnews.asp?id=<%=rs("id")%>','top=20,left=120,width=600,height=360')"> 
                        <% if len(rs("title"))>18 then%>
                        <%=left(rs("title"),15)%>... 
                        <% else%>
                        <%=rs("title")%> 
                        <%end if%>
                        </a><i> </i></td>
                      <td height="20">点击<font color="red"><%=rs("click")%></font>次</td>
                    </tr>
                    <% n=n+1                                                                     
               rs.movenext                                                                     
               if n>=12 then exit do                                                                     
               loop                                                                    
               rs.close                                                                    
               set rs=nothing %>
                  </table></td>
              </tr>
              <tr> 
                <td height="20" valign="bottom"> <p align="right"><a href="javascript:openwin('jobnews.asp','top=10,left=80,width=500,height=480')">更多...</a> 
                </td>
              </tr>
            </table>
            </td>
          <td bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolorlight="#000000" bordercolordark="#FFFFFF">
              <tr> 
                <td height="24" background="/images/pic_008.gif"><font color="#666666">&nbsp;人事顾问</font></td>
              </tr>
              <tr> 
                <td> <% set rs=server.createobject("adodb.recordset")
     sql="select * from hrconsole order by id desc" 
     rs.open sql,conn,1,1 %> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <% do while not rs.eof %>
                    <tr> 
                      <td height="20"> &nbsp;==&gt;&nbsp;<a href="javascript:openwin('viewhrconsole.asp?id=<%=rs("id")%>','top=20,left=120,width=600,height=360')"> 
                        <% if len(rs("title"))>18 then%>
                        <%=left(rs("title"),15)%>... 
                        <% else%>
                        <%=rs("title")%> 
                        <%end if%>
                        </a><i> </i></td>
                    </tr>
                    <% u=u+1                                                                     
               rs.movenext                                                                     
               if u>=5 then exit do                                                                     
               loop                                                                    
               rs.close                                                                    
               set rs=nothing %>
                  </table></td>
              </tr>
              <tr> 
                <td height="20" valign="bottom"> <div align="right"><a href="javascript:openwin('hrconsole.asp','top=10,left=80,width=500,height=480')">更多...</a></div></td>
              </tr>
              <tr> 
                <td height="24" background="/images/pic_008.gif"><font color="#666666">&nbsp;求职顾问</font></td>
              </tr>
              <tr> 
                <td height="20" valign="bottom"> <% set rs=server.createobject("adodb.recordset")
     sql="select * from qzconsole order by id desc" 
     rs.open sql,conn,1,1 %> <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <% do while not rs.eof %>
                    <tr> 
                      <td height="20"> &nbsp;==&gt;&nbsp;<a href="javascript:openwin('viewqzconsole.asp?id=<%=rs("id")%>','top=20,left=120,width=600,height=360')"> 
                        <% if len(rs("title"))>18 then%>
                        <%=left(rs("title"),15)%>... 
                        <% else%>
                        <%=rs("title")%> 
                        <%end if%>
                        </a><i> </i></td>
                    </tr>
                    <% k=k+1                                                                     
               rs.movenext                                                                     
               if k>=5 then exit do                                                                     
               loop                                                                    
               rs.close                                                                    
               set rs=nothing %>
                  </table></td>
              </tr>
              <tr> 
                <td height="20" valign="bottom"> <div align="right"><a href="javascript:openwin('qzconsole.asp','top=10,left=80,width=500,height=480')">更多...</a></div></td>
              </tr>
            </table></td>
        </tr>
      </table>
        <br>
      </div></td>
  </tr>
</table>
<!--#include file="include/footer.asp"-->
</body>

</html>

⌨️ 快捷键说明

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