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

📄 yczpshow.asp

📁 新世纪影院源码
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="../char.asp"-->
<!--#include file="xshjyy.asp"-->
<%'---------程序编写说明-------%> 
<%'本程序由junping96编写
'程序名称:新世纪影院VOD播放系统(商业版)
'FileName: yczp.asp
'EditDate:2003-12-07
'Editer:junping96
'Email:junping96@163.com
'QQ:       249112913 249114058
'请尊重本人劳动,禁止修改版权,有任何问题请和我联系。
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="”keywords”" content="”新世纪影院VOD影视播放程序出售”">
<meta name="”description”" content="”新世纪影院VOD影视(商业版)出售”">
<title>新世纪影院</title>
<link rel="stylesheet" type="text/css" href="../css/css.css">

</head>
<body topmargin="1" leftmargin="0" bgcolor="#FF9900">
<%
id=trim(request.querystring("id"))
if id="" then
response.redirect"../error.asp"
end if
set rs=server.createobject("adodb.recordset")
sql="select * from zhpn where id="&id
rs.open sql,conn,1,1
if rs.eof or bof then
response.redirect"../error.asp"
end if
%>
<div align="center">
  <center>
    <table border="0" cellpadding="0" cellspacing="1" width="533">
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" colspan="4" width="531">英才招聘具体信息显示(<%=rs("zhpn")%>)</td>
    </tr>
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">姓名:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="124"><%=rs("name")%></td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="138">出生年月:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="180"><%=rs("yearold")%></td>
    </tr>
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">身份证号码:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="124"><%=rs("shfzh")%></td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="138">性别:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="180"><%=rs("sex")%></td>
    </tr>
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">学历毕业学校:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="124"><%=rs("edu")%></td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="138">联系电话:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="180"><%=rs("phone")%></td>
    </tr>
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">联系手机:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="124"><%=rs("tel")%></td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="138">Email:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="180"><a href=mailto:<%=rs("email")%>><%=rs("email")%></a></td>
    </tr>

<tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">个人主页:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="124"><a href=<%=rs("homepage")%>><%=rs("homepage")%></a></td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="138">期望薪金:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="180"><%=rs("money")%></td>
    </tr>
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">家庭地址:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="442" colspan="3"><%=rs("address")%></td>
    </tr>

<tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="87">填写时间:</td>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="442" colspan="3"><%=rs("dateandtime")%></td>
    </tr>
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="529" colspan="4">工作经历、个人情况</td>
    </tr>

<tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="529" colspan="4"><%
      gzjl=rs("gzjl")
      gzjl=ubbcode(gzjl)
      response.write gzjl
      %></td>
    </tr>
  </table>
 
  </center>
</div>
<%
rs.close
set rs=nothing
%>
</body>
</html>

⌨️ 快捷键说明

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