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

📄 look.asp

📁 千年免费电影系统 V3.1版 修正了V3.0版后台无法登陆的问题
💻 ASP
字号:
<!--#include file="articleconn.asp"-->
<!--#include file="inc/config.asp"-->

<%
urlid=request("id1")
articleid=request("id2")
if articleid="" or urlid="" then
   response.redirect "error.asp?id=4"
   response.end
   end if
set rs=server.createobject("adodb.recordset") 
   sql="select * from learning where articleid="&articleid 
   rs.open sql,conn,1,1 

if rs("movietype")="rm" then
response.redirect "open1.asp?film1="&urlid&"&film2="&articleid&""
elseif rs("movietype")="md" then
response.redirect "open.asp?film1="&urlid&"&film2="&articleid&""
   end if
%>

⌨️ 快捷键说明

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