sendeoff.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:3k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>报告错误</title>
- <link href="file:///C|/Inetpub/天空网络电影系统V2.6完整无限制版/www.cnzz.cn/css/css.css" rel="stylesheet" type="text/css">
- <style type="text/css">
- <!--
- .样式2 {color: #ff5b02}
- body {
- background-color: #FFFFFF;
- }
- .样式3 {color: #FF5B02}
- .样式1 { color: #FF5B02;
- font-weight: bold;
- }
- -->
- </style>
- </head>
- <%
- if request.cookies("userid")="" and request.cookies("password")="" then
- %>
- <%response.end
- end if
- 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")=request.cookies("userid")
- rsb.update
- rsb.close
- set rsb=nothing
- conn.close
- set conn=nothing
- response.write "<script>alert('该信息成功发送,我们收到后马上进行处理!');window.close();</Script>"
- end if
- %>
- <SCRIPT language=javascript>
- <!--
- var state=0
- window.resizeTo(360,300);
- window.moveTo((screen.width-450)/2, (screen.height-300)/2);
- //-->
- </SCRIPT>
- <BODY bgColor=#000000 leftMargin=0 topMargin=0
- marginheight="0" marginwidth="0">
- <TABLE width=350 border=1 align="center" cellPadding=10 cellSpacing=0 bordercolor="f2f2f2">
- <td height="4"><form method="POST" action="sendeoff.asp?title=<%=request("title")%>
- <TR>
- <TD align="center" class="title"></TD>
- </TR>
- <TR>
- <TD height="27" align="center" class="title"><span class="样式1">《<%=request("title")%>》影片错误报告</span></TD>
- </TR>
- <TR>
- <TD valign="top" background="file:///C|/Inetpub/天空网络电影系统V2.6完整无限制版/www.cnzz.cn/images/login-bg.jpg" > <table width="90%" border="0" align="center">
- <tr>
- <tr>
- <td align="center"><span class="样式3">你报告的电影名称是:<b>《<%=request("title")%>》</b>
- </span></tr>
- <tr align="center">
- <td><textarea rows="4" name="conten" cols="40" style="background-color: #ffffff"></textarea>
- <br>
- <span class="样式3">请你在上面填写你要报告的<b>《错误原因》</b></span></td>
- </tr>
- <tr align="center">
- <td>
- <input class=input type="submit" value="开 始 报 告" name="B1">
- <input class=input type="reset" value="重 写 一 遍" name="B2"></td>
- </tr>
- </table></TD>
- </TR>
- <tr>
- <td> </td>
- </tr>
- </TABLE>
- </body>
- </html>