<%@ page language="java" import="java.sql.*,java.io.*,java.lang.*,java.util.*,java.net.URLEncoder" %> <%@ page session="false" contentType="text/html; charset=EUC-KR" %> <%@ include file="include/db_conn.html" %> <%@ include file="include/include_com.html" %> <%@ include file="include/include_bbs.html" %> <% // Hit count¸¦ ¾÷µ¥ÀÌÆ®ÇÑ´Ù. Connection conn = DB_Connection(); Statement stmt = null; ResultSet rs = null; try { stmt = conn.createStatement(); System.out.println("client IP : " + request.getRemoteAddr()); if (!"211.218.38.209".equals(request.getRemoteAddr())) stmt.executeUpdate("update counter set hits = hits + 1"); } catch (SQLException e) { System.out.println(e); } finally { if (stmt != null) try { stmt.close(); } catch (SQLException e) {} if (conn != null) try { conn.close(); } catch (SQLException e) {} } %> Welcome to POXEN : CRM Company
 
 
 





  
  ¢Ã ¼Ö·ç¼Ç ¹®ÀÇ
    - ÀüÈ­ : 02-3775-0947
    - À̸ÞÀÏ : sales@poxen.com
¹ýÀû°íÁö |   ¨Ï 2007 POXEN Corporation. All rights reserved.