look.asp

来自「网吧影印系统!很详细!可直接使用!请大家指点!」· ASP 代码 · 共 34 行

ASP
34
字号
<!--#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
url=1
elseif rs("movietype")="md" then
url=""
end if
response.redirect "open"&url&".asp?film1="&urlid&"&film2="&articleid&"&urllookid="&request("id3")&""
%>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>欢迎收看电影</title>
</head>

<body scroll="no" marginwidth="0" leftmargin="0" topmargin="0" >

</body>

</html>

⌨️ 快捷键说明

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