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

📄 diqu.asp

📁 人才招聘系统,用asp做的
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file=conn.asp-->
<!--#include file=top.asp-->
<%
if dq="" then
response.write "<meta http-equiv=refresh content=""0;URL=index.asp"">"
response.end
else
diqu=dq
end if
%>
<SCRIPT language=javascript>
<!--
function clearKeyword(frm) {
  frm.key.value="";
}
function SubmitForm(url)
{
	if(thisForm.jobfunction.value==""){
		alert("关键字为空!");
		thisForm.jobfunction.focus();
		return false;
	}
	if(document.thisForm.keyword.value=="输入职位关键字")
		document.thisForm.keyword.value="";
	document.thisForm.action=url;
	document.thisForm.submit();
}
function CheckForm()
{
if(document.thisForm.UserName.value.length<1)
	{
	    alert("用户名不能为空!");
	    return false;
	}
	if(document.thisForm.Password.value.length<1)
	{
	    alert("密码不能为空!");
	    return false;
	}
  if(document.thisForm.MemberType2.checked==true)
    {
    	
    	document.thisForm.action="Company/loginchk.asp";

    }
    else
    {
    	document.thisForm.action="Person/loginchk.asp";
    }
    document.thisForm.submit();
}
function keyword_onkeydown()
{
if(window.event.keyCode==13)  document.thisForm.GotoButton.onclick();
}

function Password_onkeydown()
{
if(window.event.keyCode==13)  document.thisForm.LoginButton.onclick();
}
//-->
</SCRIPT>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>当前搜索入口</title>
<style>
<!--
.navtext1 {FONT-SIZE: 12px; FILTER: dropshadow(color=#FCDDAB,offx=1,offy=1)}
-->
</style>
<link rel="stylesheet" type="text/css" href="1.CSS">
</head>

<body>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770">
    <tr>
      <td width="100%"><hr color="#AECCD7" size="1" width="768"></td>
    </tr>
  </table>
  </center>
</div>

<div align="center">
  <center>
  <table id="AutoNumber1" style="border-collapse: collapse" borderColor="#111111" cellSpacing="0" cellPadding="0" width="770" border="0">
    <tr>
      <td vAlign="top" width="580">
      <div align="center">
        <center>
        <table style="border-collapse: collapse" borderColor="#111111" height="361" cellSpacing="0" cellPadding="0" width="102%" border="0">
          <tr>
            <td align="left" width="100%" height="97">
            <div align="left">
              <table cellSpacing="0" cellPadding="0" width="579" border="0" height="25">
                <tr>
                  <td width="290" height="25" background="DIQU/diqu_bj1.gif">
                  <img border="0" src="DIQU/diqu_2.gif"></td>
                  <td width="289" height="25" background="DIQU/diqu_bj1.gif">
                  <img border="0" src="DIQU/diqu_3.gif"></td>
                </tr>
              </table>
            </div>
            <div align="left">
              <table id="AutoNumber31" style="border-collapse: collapse" borderColor="#E1E1E1" cellSpacing="0" cellPadding="0" width="98%" border="1" height="154">
                <tr>
                  <td width="50%" bordercolor="#E1E1E1" valign="top" height="154">

    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%">
      <tr>
        <td width="100%">
        <p style="word-spacing: 2px; line-height: 20px; margin-left: 4px; margin-top: 2px; margin-bottom: 6px">
    <% 
    dim cmdexample,rs,k
    set cmdexample=server.createobject("adodb.command")
    cmdexample.activeconnection=conn
    cmdexample.commandtext="main1"
    cmdexample.commandtype=4
    cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
    set rs=cmdexample.execute
    if rs.eof and rs.bof then
	response.write "无信息!"
    else
    k=0
   	for k = 1 to 8
    %>
    <img src="DIQU/arrow_home.gif" border="0" width="10" height="14"><A href="javascript:win=open('news.asp?id=<%=rs("id")%>','offer','width=560,height=450,status=no,menubar=yes,scrollbars=yes,top=0,left=0'); win.focus()"><%=trim(rs("biaoti"))%></A><br>
    <%
    rs.movenext
    if rs.eof then
    k = k + 1
    exit for
    end if
    next
    end if
    rs.close
    set rs=nothing
    set cmdexample=nothing
	%></td>
      </tr>
      </table>

    </td>
    <td width="50%" bordercolor="#E1E1E1" valign="top" height="154">

	<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="282" height="70">
      <tr>
        <td width="282" valign="top" height="54">
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="1" scrollDelay="25" direction="up" width="100%" height="135"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="282">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="282">
<% 
set cmdexample=server.createobject("adodb.command")
cmdexample.activeconnection=conn
cmdexample.commandtext="diqu_1"
cmdexample.commandtype=4
cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
cmdexample.parameters.append cmdexample.createparameter("@diqu",200,1,20)
cmdexample.parameters("@diqu").value=diqu
set rs=cmdexample.execute
if rs.eof and rs.bof then
response.write "无信息!"
else
k=0
for k = 1 to 20
%>
<tr>
<td width="65" valign="top">
<img src="DIQU/arrow_home.gif" border="0" width="10" height="14"><a target="_blank" href="person/listjobs.asp?jobid=<%=rs("jobid")%>"><%=trim(rs("Name"))%></a></td>
<td width="20" valign="top"><%if rs("xingbie")<>0 then%><p align="center">男<%else%><p align="center">女<%end if%></td>
<td width="31" valign="top">
<p align="center"><%
if rs("xueli")=0 then
response.write "高中"
elseif rs("xueli")=1 then
response.write "中专"
elseif rs("xueli")=2 then
response.write "大专"
elseif rs("xueli")=3 then
response.write "本科"
elseif rs("xueli")=4 then
response.write "硕士"
elseif rs("xueli")=5 then
response.write "博士"
end if
%></td>
<td width="166" valign="top"><%=rs("selectedjob1")%></td>
</tr>
<%
rs.movenext
if rs.eof then
k = k + 1
exit for
end if
next
end if
rs.close
set rs=nothing
set cmdexample=nothing
%>
</table>     
</marquee>

</td></tr><tr><td width="282" valign="top" height="16"><p align="right"><%if k>7 then%><a target="_blank" href="search_person/index_chk.asp?id=8&ijob_8=<%=dq%>"><%=dq%>地区人才表</a><%end if%></td></tr></table></td>
                
</tr>
              </table>
            </div>
            </td>
          </tr>
          <tr>
            <td width="100%" height="175">
            <!-- Begin Hot... -->
            <table cellSpacing="0" cellPadding="0" width="579" border="0" height="17">
              <tr>
                <td width="579" height="17" background="DIQU/diqu_bj1.gif">
                <img border="0" src="DIQU/diqu_1.gif"></td>
              </tr>
            </table>
            <table id="AutoNumber34" style="border-collapse: collapse" cellSpacing="0" cellPadding="0" width="98%" border="1" bordercolor="#E1E1E1" height="33">
              <tr>
                <td vAlign="top" width="100%" height="33">
                <div align="left">
                  <table style="border-collapse: collapse" cellSpacing="0" cellPadding="0" width="99%" border="0" bordercolor="#FFFFFF" height="23">
    <%
    dim ii,kk
    ii=0
    kk=0
    set cmdexample=server.createobject("adodb.command")
    cmdexample.activeconnection=conn
    cmdexample.commandtext="diqu_2"
    cmdexample.commandtype=4
    cmdexample.parameters.append cmdexample.createparameter("@RETURN_VALUE",3,4,0)
    cmdexample.parameters.append cmdexample.createparameter("@diqu",200,1,20)
    cmdexample.parameters("@diqu").value=diqu
    set rs=cmdexample.execute
    if rs.eof or rs.bof then
    response.write "无信息!"
    else
    for kk = 1 to 10
    %>
          <tr>
            <td align="left" vAlign="top" width="50%" height="18">
            <li><a target=_blank href="company/listCompany.asp?comid=<%=rs("comid")%>"><%=rs("companyname")%></a><%if rs("vip")<>false then%><IMG src="img/vip2.gif" border=0 alt="VIP会员"><%end if%></td>
<%
ii = ii +1
rs.movenext
if rs.eof then
exit for
end if
On Error Resume Next
%>

            <td align="left" vAlign="top" width="50%" height="18">
            <li><a target=_blank href="company/listCompany.asp?comid=<%=rs("comid")%>"><%=rs("companyname")%></a><%if rs("vip")<>false then%><IMG src="img/vip2.gif" border=0 alt="VIP会员"><%end if%></td>
          </tr>
<%
ii = ii +1
rs.movenext
if rs.eof then
exit for
end if
On Error Resume Next
next

⌨️ 快捷键说明

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