sendeoff.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:3k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <html><!--#include file="../checkpost.asp"-->
- <head>
- <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- </head>
- <%if chkcookie(request.cookies("userid"))="" or chkcookie(request.cookies("password"))="" or application(""&chkcookie(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
- %>
- <html><!--#include file="../checkpost.asp"-->
- <head>
- <meta http-equiv="Content-Language" content="zh-cn">
- <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
- <meta name="ProgId" content="FrontPage.Editor.Document">
- <link rel="stylesheet" type="text/css" href="css/style.css">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>新建网页 1</title>
- </head>
- <body bgcolor="#F9F9F9">
- <p> </p>
- <p> </p>
- <div align="center">
- <center>
- <table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="500" id="AutoNumber1">
- <form method="POST" action="sendeoff.asp">
- <tr>
- <td width="500" colspan="2" bgcolor="#C0C0C0" height="20">
- <p align="center"><b><%=request("title")%>影片错误报告</b></td>
- </tr>
- <tr>
- <td width="98" bgcolor="#EBEBEB">
- <p align="center">会员:</td>
- <td width="402" bgcolor="#EBEBEB"><%=chkcookie(request.cookies("userid"))%>
- <input type="hidden" name="userid" size="25" value="<%=chkcookie(request.cookies("userid"))%>">
- </td>
- </tr>
- <tr>
- <td width="98" bgcolor="#EBEBEB">
- <p align="center">标题:</td>
- <td width="402" bgcolor="#EBEBEB">
- <input type="text" name="title" size="25" value=""<%=request("title")%>""></td>
- </tr>
- <tr>
- <td width="98" bgcolor="#EBEBEB">
- <p align="center">内容</td>
- <td width="402" bgcolor="#EBEBEB">
- <textarea rows="5" name="conten" cols="41"></textarea></td>
- </tr>
- <tr>
- <td width="98" bgcolor="#EBEBEB"> </td>
- <td width="402" bgcolor="#EBEBEB">
- <input type="submit" value="提交" name="B1">
- <input type="reset" value="重置" name="B2"></td>
- </tr>
- </form>
- </table>
- </center>
- </div>
- </body>
- </body>
- </html>
- </html>