📄 sendeoff.asp
字号:
<!--#include file=inc/conn.asp-->
<!--#include file="sql.asp"-->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {
font-size: 14px;
font-weight: bold;
}
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<%
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>
<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>报告错误</title>
</head>
<script language="JavaScript" type="text/javascript">
function MovieErrors(form) {
if (form.conten.value=='') {
alert("请填写报错原因!");
form.conten.focus()
return false;
}
}
</script>
<body>
<div align="center"><center>
<table width="370" height="440" border="1" cellpadding="2" cellspacing="0" bordercolor="#F3F3FA" bgcolor="#F3F3FA" id="AutoNumber1" style="border-collapse: collapse">
<form method="POST" action="sendeoff.asp" onSubmit="return MovieErrors(this);">
<tr>
<td colspan="2" height="26" background="images/h_bg.gif">
<p align="center" class="style2"><span class="style1">《<%=request("title")%>》</span>报告错误页面</td>
</tr>
<tr>
<td width="110" height="31">
<p align="center" class="style2">影片名字:</td>
<td width="249">
<input type="text" name="title" size="25" value="<%=request("title")%>"></td>
</tr>
<tr >
<td width="110" height="111">
<p align="center" class="style2">错误描述:</td>
<td width="249">
<label>
<input name="conten" type="radio" value="不能播放" checked />
<span class="style2">不能播放</span><br>
<input type="radio" name="conten" value="电影不完整">
<span class="style2">电影不完整</span><br>
<input type="radio" name="conten" value="集数不对应">
<span class="style2">集数不对应</span><br>
<input type="radio" name="conten" value="电影名与内容不符合">
<span class="style2">电影名与内容不符合</span><br>
<input type="radio" name="conten" value="其它错误:"><span class="style2">其它错误:</span><input name="conten" type="text" value="" size="20">
</label>
</tr>
<tr>
<td width="110" height="20"> </td>
<td width="249"><br>
<input type="submit" value="确 定" name="B1"> <span class="style1">选择好错误描述确定提交!</span></td>
</tr>
<tr>
<td colspan="2"><b><span class="style1">播放地址2为高清晰电影需要下载
<a href=http://down.sandai.net/Thunder5.7.6.426.exe target=_blank>迅雷</A></span><br>
以上为我们为您列出的错误信息,请在上面选择错误描述,我们以最快的速度更正影片错误。因为有很多老电影,不够清晰,片源不好找的,质量不是很好的还请大家理解,我们会尽力收集最清晰、最完整的电影给大家观看!
</b></td>
</tr>
</form>
</table>
</center>
</div>
</body>
</body>
</html>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -