look.asp

来自「千年免费电影系统 V3.1版 修正了V3.0版后台无法登陆的问题」· ASP 代码 · 共 20 行

ASP
20
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?