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

📄 lgmovie.asp

📁 视频点播系统
💻 ASP
字号:
<!--#include file="articleconn.asp"-->

<!--#include file="security.asp"-->

<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"
response.end
response.end
end if
%>

⌨️ 快捷键说明

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