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

📄 sendeoff.asp

📁 视频点播系统
💻 ASP
字号:
<!--#include file="checkpost.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>报告错误</title>
<link href="css/style.css"   rel="stylesheet" type="text/css">
</head>
<% if request.cookies("userid")="" then
      response.write "<script>alert('你尚未注册成为本站会员或者未登陆,不能进入!');window.close();</Script>"
      response.end
   end if
   %>
<!--#include file="articleconn.asp"-->
<%
if request("b1")<>"" then
set rsb=server.createobject("adodb.recordset")
   rsb.open "select * from totalk",conn,1,3
   rsb.addnew
   rsb("title")=request("title")
   rsb("conten")=request("conten")
   rsb("user")=Replace(request("userid"), "'", "''")
   rsb.update
   rsb.close
   set rsb=nothing
   conn.close
   set conn=nothing
   response.write "<script>alert('该信息成功发送,我们收到后马上进行处理!');window.close();</Script>"
 end if
 %>
<body bgcolor="#3B591B" text="0" leftmargin="0">
<TABLE width=350 border=0 align="center" cellPadding=0 cellSpacing=0>
  <TR> 
    <TD align="center" class="title"><img src="images/mixtop.gif"   width="350" height="43"></TD>
  </TR>
  <TR> 
    <TD height="27" align="center" background="images/mediatop2.gif"   class="title"><b><%=request("title")%>影片错误报告</b></TD>
  </TR>
  <TR> 
    <TD valign="top" background="images/mixmediabg.gif"  > <table width="90%" border="0" align="center">
        <tr> 
                <tr><form method="POST" action="sendeoff.asp">
        <td width="98">
        <p align="center">会员:</td>
        <td width="402"><%=Replace(request.cookies("userid"), "'", "''")%>
        <input type="hidden" name="userid" size="25" value="<%=Replace(request.cookies("userid"), "'", "''")%>">
        </td>
      </tr>
      <tr>
        <td width="98">
        <p align="center">标题:</td>
        <td width="402">
        <input class=button1 type="text" name="title" size="25" value="&quot;<%=request("title")%>&quot;"></td>
      </tr>
      <tr>
        <td width="98">
        <p align="center">内容</td>
        <td width="402">
        <textarea rows="5" name="conten" cols="31" style="background-color: #EEFFAD"></textarea></td>
      </tr>
      <tr>
        <td width="98"> </td>
        <td width="402">
        <input class=button1 type="submit" value="提交" name="B1">
        <input class=button1 type="reset" value="重置" name="B2"></td>
        </tr>
      </table></TD>
  </TR>
  <tr> 
    <td><img src="images/mixend.gif"   width="350" height="54"></td>
  </tr>
</TABLE>
</body>
</html>

⌨️ 快捷键说明

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