<% response.expires = -10 Response.AddHeader "Pragma" , "no-cache" ' °³±³È¸ °íÀ¯ ±¸ºÐ°ª Session("communityid")="20041022060001" 'Session("top_f")="96" 'Session("left_f")="152" Set oConn = Server.CreateObject("ADODB.Connection") oConn.Open "dsn=" & Application("dsn") & ";database=" & Application("database") & ";uid=" & Application("uid") & ";password=" & Application("password") Set oRs = Server.Createobject("ADODB.Recordset") SQL = "Select communitynamekor, top_f, left_f from com where communityid='"&Session("communityid")&"'" oRs.Open SQL,oConn church_name = oRs(0) top_f = oRs(1) left_f = oRs(2) oRs.close Set oRs = nothing oConn.close Set oConn = nothing %> <%=church_name%>¿¡ ¿À½Å °ÍÀ» ȯ¿µÇÕ´Ï´Ù.