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

📄 gmovie.asp

📁 千年免费电影系统 V3.0版 在程序上借鉴了很多优秀电影系统的功能
💻 ASP
字号:
<!--#include file="../checkpost.asp"-->
<!--#include file="articleconn.asp"-->
<!--#include file="security.asp"-->
<%
if session("flag")>1 then
response.write "<br><p align=center>您没有操作的权限</p>"
response.end
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style>
body{font-size:9pt;line-height:140%} 
</style>
</head>
<body>
<%
movieid=replace(request("selAnnounce")," ","")
if request("selAnnounce")="" then
response.write("<script>alert('请选择一个电影!');history.go(-1)</script>")
response.end
end if
if request("act")="删除" then
conn.execute("delete from learning where articleid in ("&movieid&")")
conn.execute("delete from movieurl where nameid in ('"&movieid&"')")
conn.close
set conn=nothing
response.redirect "manage.asp?typeid="&request("typeid")&""
response.end
elseif request("act")="选定生成" then
response.write"<IFRAME SRC=makesoft.asp?id="&movieid&" WIDTH=100% HEIGHT=35 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no></IFRAME>"
response.write("<script>alert('成功生成选定页面,点击[确定]返回');history.go(-1)</script>")
response.end
end if
%>

⌨️ 快捷键说明

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