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

📄 chxdzshow.asp

📁 新世纪影院源码
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="../char.asp"-->
<!--#include file="xshjyy.asp"-->
<%'---------程序编写说明-------%> 
<%'本程序由junping96编写
'程序名称:新世纪影院VOD播放系统(商业版)
'FileName: Chxdzshow.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.htm"
response.end
end if
set rs=server.createobject("adodb.recordset")
sql="select * from chxdz where id="&id
rs.open sql,conn,1,1
if rs.eof or bof then
response.redirect"../error.htm"
response.end
end if
%>
<div align="center">
  <center>
  <form name="login" method="post" action="chxdz.asp?act=save">
  <table border="0" cellpadding="0" cellspacing="1" width="474">
    <tr>
      <td valign="middle" align="center" bgcolor="#FFFFFF" height="21" colspan="2" width="472">程序定做</td>
    </tr>
    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">程序名称</td>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><%=rs("hostname")%></td>
    </tr>
    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">Email:</td>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><%=rs("email")%></td>
    </tr>
    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">电话</td>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><%=rs("phone")%></td>
    </tr>
    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">联系地址</td>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><%=rs("address")%></td>
    </tr>

<tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="470" colspan="2">制作方案(详细填写制作方案)</td>
    </tr>
    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="470" colspan="2"><%
      topic=rs("topic")
      topic=ubbcode(topic)
      response.write topic
      %></td>
    </tr>

    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">付款方式</td>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><%=rs("paymoney")%></td>
    </tr>

<tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="62">预算日期</td>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="408"><%=rs("shijian")%>(天)</td>
    </tr>
    <tr>
      <td valign="middle" align="left" bgcolor="#FFFFFF" height="21" width="470" colspan="2" style="line-height:150%">该方案于<%=rs("dateandtime")%>提交</td>
    </tr>
  </table>
  </form>
  </center>
  <%
  rs.close
  set rs=nothing
  %>
</div>
</body>
</html>

⌨️ 快捷键说明

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