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

📄 selcom33mh.asp

📁 本学期要实讯
💻 ASP
字号:
<!--#include file="odbc_connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.style4 {font-size: 12px; color: #6600FF; }
.style8 {color: #666666; font-size: 12px; }
-->
</style>
<link href="css/css2.css" rel="stylesheet" type="text/css"></head>
<% dim rs,sql,mhname
  mhname=trim(request("mhname"))
  sql="select * from cominfo where  make='1'and name like'%"&mhname&"%'"
set rs=Server.CreateObject("ADODB.RecordSet")
  rs.open sql,db,1%>
  
  <%if rs.recordcount<=0 then%>
  <table width="506" height="29" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="506" align="center" class="a1"><span class="style8"><br><br>对不起,没有符合你要找你的内容!</span></td>
      </tr>
    </table>
  <%else%>

<body>
<table width="541" height="199" border="0" cellpadding="2" cellspacing="0">
  <tr>
    <td width="537" height="199" align="left" valign="top"><table width="537" height="90" border="1" cellpadding="2" cellspacing="0" style="border-collapse:collapse ">
      <tr align="center">
        <td height="30" colspan="4"><span class="style1">公司/单位招聘信息</span><br><br>
		<span class="style4">共找到条<span class="style1"><%=rs.recordcount%></span>信息</span></td>
      </tr>
      <tr align="center">
        <td width="168" height="30"><span class="style4">公司名称</span></td>
        <td width="120" height="30"><span class="style4">招聘类型</span></td>
        <td width="125" height="30"><span class="style4">公司地址</span></td>
        <td width="69" height="30"><span class="style4">发布时间</span></td>
      </tr>
      <%do while not rs.eof %>
      <tr align="center">
        <td height="30" align="left" class="a1"><span class="style8"><a href="lookcom1.asp?user=<%=rs("user")%>"><%=rs("name")%></a></span></td>
        <td height="30" align="left"><span class="style8"><%=rs("want")%></span></td>
        <td height="30" align="left"><span class="style8"><%=rs("addr")%></span></td>
        <td height="30"><span class="style8"><%=rs("com_date")%></span></td>
      </tr>
      <%rs.movenext
  loop%>
    </table></td>
  </tr>
</table>
<%end if%>
</body>
</html>

⌨️ 快捷键说明

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