[求助]点击一个连接要执行以下代码要怎么写?
<% set rst=server.createobject("adodb.recordset")
sql="select * from users where userid='"&request.cookies("userid")&"' and password='"&request.cookies("password")&"'"
rst.open sql,conn,1,3
if rst("oklook")=5 then
oklook=rst("oklook")
if rst("hit")<rsy("mhit") then
response.write "<script>alert('你是扣点会员很抱歉你现在的点数不够请去购买!');window.close();</Script>"
response.end
else
rst("hit")=rst("hit")-rsy("mhit")
rst.update
end if
else
if rs("canlook")<>0 then
if now() > rst("money") then
end if
end if
end if
%>
以下是连接:
<a href=javascript:VodPlayExPlaylist('<%=rst("urlh")%><%=rst("ipsip")%><%=rst("dq1")%><%=rsurl("url")%>')>[第<%=c%>集]</a>
[此贴子已经被作者于2006-7-1 20:25:25编辑过]