sendeoff.asp
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:3k
源码类别:

家庭/个人应用

开发平台:

ASP/ASPX

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  4. <title>报告错误</title>
  5. <link href="file:///C|/Inetpub/&#22825;&#31354;&#32593;&#32476;&#30005;&#24433;&#31995;&#32479;V2.6&#23436;&#25972;&#26080;&#38480;&#21046;&#29256;/www.cnzz.cn/css/css.css"   rel="stylesheet" type="text/css">
  6. <style type="text/css">
  7. <!--
  8. .样式2 {color: #ff5b02}
  9. body {
  10. background-color: #FFFFFF;
  11. }
  12. .样式3 {color: #FF5B02}
  13. .样式1 { color: #FF5B02;
  14. font-weight: bold;
  15. }
  16. -->
  17. </style>
  18. </head>
  19. <%
  20. if request.cookies("userid")="" and request.cookies("password")="" then
  21. %>
  22. <%response.end
  23.    end if
  24. if request("b1")<>"" then
  25. set rsb=server.createobject("adodb.recordset")
  26.    rsb.open "select * from totalk",conn,1,3
  27.    rsb.addnew
  28.    rsb("title")=request("title")
  29.    rsb("conten")=request("conten")
  30.    rsb("user")=request.cookies("userid")
  31.    rsb.update
  32.    rsb.close
  33.    set rsb=nothing
  34.    conn.close
  35.    set conn=nothing
  36.    response.write "<script>alert('该信息成功发送,我们收到后马上进行处理!');window.close();</Script>"
  37.  end if
  38.  %>
  39. <SCRIPT language=javascript>
  40. <!--
  41. var state=0
  42. window.resizeTo(360,300);
  43. window.moveTo((screen.width-450)/2, (screen.height-300)/2);
  44. //-->
  45. </SCRIPT>
  46. <BODY bgColor=#000000 leftMargin=0 topMargin=0 
  47. marginheight="0" marginwidth="0">
  48. <TABLE width=350 border=1 align="center" cellPadding=10 cellSpacing=0 bordercolor="f2f2f2">
  49.     <td height="4"><form method="POST" action="sendeoff.asp?title=<%=request("title")%>
  50.   <TR> 
  51.     <TD align="center" class="title"></TD>
  52.   </TR>
  53.   <TR> 
  54.     <TD height="27" align="center"   class="title"><span class="样式1">《<%=request("title")%>》影片错误报告</span></TD>
  55.   </TR>
  56.   <TR> 
  57.     <TD valign="top" background="file:///C|/Inetpub/&#22825;&#31354;&#32593;&#32476;&#30005;&#24433;&#31995;&#32479;V2.6&#23436;&#25972;&#26080;&#38480;&#21046;&#29256;/www.cnzz.cn/images/login-bg.jpg"  > <table width="90%" border="0" align="center">
  58.         <tr> 
  59.       <tr>
  60.         <td align="center"><span class="样式3">你报告的电影名称是:<b>《<%=request("title")%>》</b>
  61.         </span></tr>
  62.       <tr align="center">
  63.         <td><textarea rows="4" name="conten" cols="40" style="background-color: #ffffff"></textarea>
  64.         <br>
  65.         <span class="样式3">请你在上面填写你要报告的<b>《错误原因》</b></span></td>
  66.       </tr>
  67.       <tr align="center">
  68.        <td>
  69.         <input class=input type="submit" value="开 始 报 告" name="B1">
  70.         <input class=input type="reset" value="重 写 一 遍" name="B2"></td>
  71.         </tr>
  72.     </table></TD>
  73.   </TR>
  74.   <tr> 
  75.     <td>&nbsp;</td>
  76.   </tr>
  77. </TABLE>
  78. </body>
  79. </html>