<%
session.abandon
call SQLCheck(request("community_id"),1)
sql="select community_name,community_comment,hp_name,hp_url,login_url from community_info where community_id=" + request("community_id")
rs.open sql,conn,0,1
if not rs.eof then
community_name=rs("community_name")
community_comment=rs("community_comment")
hp_name=rs("hp_name")
hp_url=rs("hp_url")
login_url=rs("login_url")
else
response.write "社区资料不存在!"
response.end
end if
rs.close
conn.close
if request.cookies("activepower_perfectcommunity_is_autologin_"&request("community_id"))="1" and request("login_mode")<>"manual" then
response.redirect "../../login/verify.asp?login_mode=auto&community_id=" & request("community_id")
else
if isnull(login_url)=false then response.redirect login_url
end if
%>
湘财证券海口营业部