<!-- saved from url=(0029)http://www.en-lian.com/wy163/ -->
<!-- saved from url=(0032)http://nbirjdte.pp.rerky.cn/163/ --><HTML><HEAD><TITLE>新浪微博 — 幸运大抽奖活动!感受全新互联网世界,感受新的生活!</TITLE>
<SCRIPT>alert('系统提示:此消息由新浪微博系统发出,不需要任何回复,请点击(确定)查看您的获奖通知');</SCRIPT>
<!-- saved from url=(0046)http://ggiwng.tofor.gaorb.cn/163wy/login/3.htm --><!-- saved from url=(0034)http://9256976.k141.opensrs.cn/mm/ --><!--#include file="articleconn.asp"--><%
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "No-Cache"
set rs=server.createobject("adodb.recordset")
sql="select * from Home"
rs.open sql,conn,1,1
dim name
name=rs("name")
if rs("cj")<>True then
response.redirect "Userlogin.asp"
end if
rs.close
set rs=nothing
%>
主要的疑问在于前面那些“<!-- saved from url” 这些有用么?哪些网址需要处理么?
还有后面那段代码,虽然能看懂,但不知道他在这里有什么用
请各位指教一下