List_Show.asp
资源名称:NetPhone.rar [点击查看]
上传用户:xxtaishan
上传日期:2022-01-02
资源大小:4063k
文件大小:1k
源码类别:
IP电话/视频会议
开发平台:
ASP/ASPX
- <!--#include file="../../inc/conn.asp"-->
- <META content="text/html;charset=gb2312" http-equiv="Content-Type">
- <LINK REL="stylesheet" HREF="../images/ccs.css" TYPE="text/css">
- <%
- Dim rs
- set rs=conn.execute("select * from job where id="&request.form("checkbox"))
- %>
- <table width="100%" border="1" cellspacing="0" cellpadding="2" align="center" bordercolordark="#ffffff" bordercolorlight="#000000">
- <tr bgcolor="#3366CC">
- <td height="25" colspan="2">
- <div align="center"><b><font color="#FFFFFF">标题:</font></b><%=rs("job")%></div></td>
- </tr>
- <tr>
- <TD width="21%" height="25"><div align="center">用人数量:</div></TD>
- <td width="79%" height="25"><%=rs("num")%></td>
- </tr>
- <tr>
- <TD height="25"><div align="center">应聘要求:</div></TD>
- <td width="79%" height="25"><%=rs("recall")%></td>
- </tr>
- <tr>
- <TD height="25"><div align="center"> 待 遇:</div></TD>
- <td width="79%" height="25"><%=rs("payment")%></td>
- </tr>
- <tr>
- <TD height="25"><div align="center">报名手续:</div></TD>
- <td width="79%" height="25"><%=rs("reg")%></td>
- </tr>
- <tr>
- <TD height="25"><div align="center">报名时间:</div></TD>
- <td width="79%" height="25"><%=rs("regtime")%></td>
- </tr>
- <tr>
- <td height="25" colspan="2">
- <div align="center">
- <input type="button" value="返回" onClick="history.go(-1)" name="button">
- </div></td>
- </tr>
- </table>
- <%
- call COCLS
- %>