<%Call Head()%> <% sid=Request.querystring("sid") set Rs=server.createobject("adodb.recordset") Sql="select * from [adminguli] where sid='"&sid&"'" Rs.open sql,conn,1,3 if not(Rs.bof and Rs.eof) then rs("lastdate")=now() rs("lastip")=Request.ServerVariables("REMOTE_ADDR") rs.update else response.write "出错了,请检查数据库是否存在" End if rs.close set rs=nothing conn.close set conn=nothing %>

正在进入,请不要刷新...