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

📄 mb.asp

📁 人才招聘系统,用asp做的
💻 ASP
字号:
	<!--#include file=../conn.asp-->
	<!--#include file=cookies.asp-->
	<!--#include file=top.asp-->
	<%
	dim sql
	dim rs
	dim username
	dim comid,i
	username=request.cookies("ijob")("username")
	comid=request.cookies("ijob")("comid")
	set rs=server.createobject("adodb.recordset")
	sql="select username,comid from [company] where comid='"&comid&"' and UserName='"&UserName&"'"
	rs.open sql,conn,1,1
	if rs.eof or rs.bof then
	response.write "错误,该用户不存在!<br> "
	response.end
	end if
	%>
<link rel="stylesheet" type="text/css" href="../1.css">
<title>企业招聘管理器</title>
<body topmargin="0" leftmargin="0">

<div align="center">
  <center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="770" height="236">
  <tr>
    <td width="147" height="236" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td width="100%"><!--#include file=left.asp--></td>
      </tr>
    </table>
    </td>
    <td width="27" height="236" valign="top"> </td>
    <td width="580" height="236" valign="top">
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%">
      <tr>
        <td width="100%"> </td>
      </tr>
      <tr>
        <td width="100%"> </td>
      </tr>
      <tr>
        <td width="100%"> </td>
      </tr>
    </table>
    </td>
    <td width="16" height="236" valign="top"> </td>
  </tr>
</table>

  </center>
</div>
<!--#include file=copyright.asp-->
<%
rs.close
set rs=nothing
call closedb
%>

⌨️ 快捷键说明

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