look.asp
资源名称:qnmov30.rar [点击查看]
上传用户:qyswxdl
上传日期:2013-06-01
资源大小:1373k
文件大小:1k
源码类别:
家庭/个人应用
开发平台:
ASP/ASPX
- <!--#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
- %>