List_Show.asp
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

ASP/ASPX

  1. <!--#include file="../../inc/conn.asp"-->
  2. <META content="text/html;charset=gb2312" http-equiv="Content-Type">
  3. <LINK REL="stylesheet" HREF="../images/ccs.css" TYPE="text/css"> 
  4. <%
  5. Dim rs
  6. set rs=conn.execute("select * from job where id="&request.form("checkbox"))
  7. %> 
  8. <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight="#000000">
  9.   <tr bgcolor="#3366CC">
  10.     <td height="25" colspan="2">
  11.       <div align="center"><b><font color="#FFFFFF">标题:</font></b><%=rs("job")%></div></td>
  12.   </tr>
  13.   <tr>
  14.     <TD width="21%" height="25"><div align="center">用人数量:</div></TD>
  15.     <td width="79%" height="25"><%=rs("num")%></td>
  16.   </tr>
  17.   <tr>
  18.     <TD height="25"><div align="center">应聘要求:</div></TD>
  19.     <td width="79%" height="25"><%=rs("recall")%></td>
  20.   </tr>
  21.   <tr>
  22.     <TD height="25"><div align="center"> 待  遇:</div></TD>
  23.     <td width="79%" height="25"><%=rs("payment")%></td>
  24.   </tr>
  25.   <tr>
  26.     <TD height="25"><div align="center">报名手续:</div></TD>
  27.     <td width="79%" height="25"><%=rs("reg")%></td>
  28.   </tr>
  29.   <tr>
  30.     <TD height="25"><div align="center">报名时间:</div></TD>
  31.     <td width="79%" height="25"><%=rs("regtime")%></td>
  32.   </tr>
  33.   <tr>
  34.     <td height="25" colspan="2">
  35.       <div align="center">
  36.         <input type="button" value="返回" onClick="history.go(-1)" name="button">
  37.       </div></td>
  38.   </tr>
  39. </table>
  40. <%
  41. call COCLS
  42. %>