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

📄 joblist_web.asp

📁 北京华信东方网络办公系统
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file= "../dbase.asp"-->
<!--#include file="invite_function.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>职位空缺</title>
<link href="../MSTYLE.CSS" rel="stylesheet" type="text/css">
</head>

<body>
<%
job = jobinfo()
if not isnull(job) then
for i = 0 to ubound(job,2)
if job(4,i)="y" then
%>
<table border="0" cellpadding="0" width="479" align="center" style="border-collapse: collapse" bordercolor="#111111" >
  <tr> 
    <td height="25" width="23%" align="center" bgcolor="#ddeff9" > 
      招聘岗位:</td>
    <td width="77%" height="25" bgcolor="#ddeff9"> <%= job(1,i) %> &nbsp;  <%= job(2,i) %>   人 </td>
  </tr>
  <tr> 
    <td width="23%" valign="top" align="center"><br>
      岗位要求: </td>
    <td width="77%" > <%= job(3,i) %> 
    </td>
  </tr>
</table>
<hr>
<% end if
next
end if %>
</body>
</html>

⌨️ 快捷键说明

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