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

📄 look.asp

📁 网吧影印系统!很详细!可直接使用!请大家指点!
💻 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
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -