제가 쪼매 컴맹이걸랑요채팅방에 들어갈려고 하니까 갑자기 밑의 이런 황당스런 화면이 뜨네요.뒤로도 안되고 앞으로도 안되고...아까까진 멀쩡했던게 갑자기 왜이러죠?네이트내의 다른곳은 다 되는데...바이러스 걸린건가요?쳇방 홈만 들어갔다면 이러네요.컴 고수님들..알기쉽게 해결할수 있도록 좀 도와주세요?컴 산지 얼마 되지도 않았는데 제가 뭘 잘못 건드린거 같아 속상해죽겠네요.참고로 컴은 펜티엄4 XP입니다. <%@ page contentType="text/html;charset=EUC-KR" %><%@ include file="/natechat/jsps/common/_common.jsp" %><%@ include file="/natechat/jsps/common/_try.jsp" %><%@ include file="/natechat/jsps/common/_user_check.jsp" %><%@ page import="natechat.common.UtilFunc" %><% String stamp = UtilFunc.getTime("yyyyMMddHHmm"); String p_snb_type = request.getParameter("snb_type") == null ? "mt" : request.getParameter("snb_type"); // 프로필 정보 세팅 여부 검사... resource = new ConnectionResource(); conn = resource.getConnection(); String strSql = ""; String t_c_m_n = ""; String set_prof = "F"; String set_upt = "F"; String r_person_id = ""; String r_p_id = ""; String r_p_area = ""; String r_p_email = ""; String r_p_gender = ""; String r_p_profession = ""; // 추가 boolean isChatUser = false; StringBuffer buffOut = new StringBuffer (); if(en_id != null && !"".equals(en_id)) { int i = 0; strSql = "SELECT CUST_MNG_NUM, SET_PROFILE , B_UPDATE_FLAG, PERSON_ID " + " FROM NC_CHATPROFILE " + " WHERE USER_ID = ? "; pstmt = conn.prepareStatement(strSql); pstmt.setString(1,en_id); rs = pstmt.executeQuery(); if(rs.next()) { t_c_m_n = rs.getString("CUST_MNG_NUM"); set_prof = rs.getString("SET_PROFILE"); set_upt = rs.getString("B_UPDATE_FLAG"); r_person_id = rs.getString("PERSON_ID"); isChatUser = true; } if ( rs != null ) try {rs.close();}catch(Exception e){} if ( pstmt != null ) try {pstmt.close();}catch(Exception e){} if(isChatUser){ if(Long.parseLong(en_c_num) != Long.parseLong(t_c_m_n)) { strSql = "DELETE FROM NC_CHATPROFILE WHERE USER_ID = ? "; pstmt = conn.prepareStatement(strSql); pstmt.setString(1,en_id); pstmt.executeUpdate(); conn.commit(); if ( pstmt != null ) try {pstmt.close();}catch(Exception e){} isChatUser = false; } else { buffOut.append(" UPDATE NC_CHATPROFILE SET ") .append(" MAIL_ADDR = ? ") .append(" WHERE USER_ID = ? "); strSql = buffOut.toString(); buffOut.setLength(0); pstmt = conn.prepareStatement(strSql); pstmt.setString(1,en_mail); pstmt.setString(2,en_id); pstmt.executeUpdate(); conn.commit(); if ( pstmt != null ) try {pstmt.close();}catch(Exception e){} } } } if(!is_club) { if(!isChatUser){ if ( conn != null ) resource.release(); response.sendRedirect("/natechat/jsps/main/realname_info.jsp?is_chat_user=F&bbs_name="+bbs_name); } else if("F".equals(set_prof)){ if ( conn != null ) resource.release(); response.sendRedirect("/natechat/jsps/main/realname_info.jsp?is_chat_user=T&bbs_name="+bbs_name); } else if( "".equals(r_person_id) || r_person_id == null ){ if ( conn != null ) resource.release(); response.sendRedirect("/natechat/jsps/main/realname_info.jsp?is_chat_user=T&bbs_name="+bbs_name); } } else { if(!isChatUser){ if ( conn != null ) resource.release(); response.sendRedirect("/natechat/jsps/club/club_first_profile.jsp?is_chat_user=F&bbs_name="+bbs_name+"&userID="+en_id+"&club_id="+c_id+"&club_name="+c_name); } else c_id += "_"; }%><html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=EUC-KR"><title>▒ 네이트닷컴 - 채팅</title></head><frameset rows="*, 1"><% if(is_club) { %> <frame src="./club/club_home.jsp?userID=<%=en_id%>&club_id=<%=c_id%>&club_name=not_used&gnb_state=nate&snb_type=st"" name="FRM_C" scrolling="auto" noresize marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameborder="0"> <frame src="./action.jsp?userID=<%=en_id%>&club_id=<%=c_id%>&club_name=not_used&stamp=<%= stamp %>" name="FRM_B" scrolling="no" noresize marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameborder="0"><% } else { if (bbs_name == null || "".equals(bbs_name) || "null".equals(bbs_name)){%> <frame src="./main/<%= p_snb_type %>_main_center.jsp?userID=<%=en_id%>&cust_mng_num=<%=en_c_num%>&stamp=<%= stamp %>&bbs_name=<%=bbs_name%>&gnb_state=nate&snb_type=<%= p_snb_type %>" name="FRM_C" scrolling="auto" noresize marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameborder="0"> <frame src="./action.jsp?userID=<%=en_id%>&stamp=<%= stamp %>&bbs_name=<%=bbs_name%>&gnb_state=nate&snb_type=<%= p_snb_type %>" name="FRM_B" scrolling="no" noresize marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameborder="0"><% } else{%> <frame src="./main/room_list.jsp?is_app=T&index_top=theme&index_code=t_bbs&nav=view&userID=<%=en_id%>&cust_mng_num=<%=en_c_num%>&stamp=<%= stamp %>&bbs_name=<%=bbs_name%>&gnb_state=nate&snb_type=<%= p_snb_type %>" name="FRM_C" scrolling="auto" noresize marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameborder="0"> <frame src="./action.jsp?userID=<%=en_id%>&stamp=<%= stamp %>&bbs_name=<%=bbs_name%>&gnb_state=nate&snb_type=<%= p_snb_type %>" name="FRM_B" scrolling="no" noresize marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 frameborder="0"><% } } %> <noframes> <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"> <p>이 페이지를 보려면, 프레임을 볼 수 있는 브라우저가 필요합니다.</p> </body> </noframes></frameset><%@ include file="/natechat/jsps/common/_catch.jsp" %><script language="javascript" src="/natechat/js/chat_ndr.js"></script></html>
도와주세요...ㅠㅠ