<%@Language="VBScript"%> <% // ·Î±×ÀÎ µÇ¾îÀÖÁö ¾ÊÀ¸¸é ·Î±×ÀÎÆäÀÌÁö·Î °­Á¦·Î º¸³¿ // if Session.Contents("div") = "" then Response.write "" end if %> <% mode = request("mode") name = request("name") jumin_id= request("jumin_1") & request("jumin_2") if mode = "go" then str_sql = " select * from member where jumin_id = '"& jumin_id & "'" set rs = Server.CreateObject("ADODB.Recordset") rs.Open str_sql,Conn,1 // response.write str_sql msg = "" i_result = "" if rs.recordcount = 0 then msg = "ÇØ´çÇÏ´Â ÁֹιøÈ£ÀÇ È¸¿øÁ¤º¸°¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù. " i_result ="error" else if name <> rs("name") then msg = "¼º¸í°ú ÁֹιøÈ£°¡ ÀÏÄ¡ÇÏÁö ¾Ê½À´Ï´Ù " end if i_result ="error" end if end if %> Creative Newzealand Centre
  <% if mode <> "go" then %> <% else %> <% end if %> <% if mode <> "go" then %> <% else %> <% end if %>
 
* ºñ¹Ð¹øÈ£¸¦ ÀØ¾î ¹ö¸®¼Ì½À´Ï±î?
 
À̸§
ÁֹιøÈ£ -
<% if msg <> "" then %> <%=msg%> <% else %> <%=rs("name")%> ȸ¿ø´ÔÀÇ ¸ÞÀÏÁÖ¼Ò [<%=rs("mem_id")%>] ·Î ÆÐ½º¿öµå¸¦ ´ãÀº ¸ÞÀÏÀ» º¸³»µå·È½À´Ï´Ù.

¸ÞÀÏ ¹ß¼Û½Ã 1~10ºÐ Á¤µµ ½Ã°£ÀÌ ¼Ò¿äµË´Ï´Ù.
¸ÞÀÏÀ» È®ÀÎÇϽŠÈÄ ´ºÁú·£µå¹®È­¿ø À¥»çÀÌÆ®¿¡ ·Î±×ÀÎ ÇØ ÁÖ¼¼¿ä.
<% end if %>