<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" %> <%@ include file = "../inc/header.jsp" %> <%@ page import="java.util.*"%> <%@ page import="java.text.SimpleDateFormat"%> <%@ page import="java.io.*"%> <% String wzid=request.getParameter("wzid"); String content = ""; String sql="update jap_wzb2 set djrs=djrs+1 where wzid='"+wzid+"'"; stmt.executeQuery(sql); sql="select wzbt,wznr,fbsj,fbbm,djrs from jap_wzb2 where wzid='"+wzid+"'"; ResultSet rs=stmt.executeQuery(sql); if(rs.next()) { int y; oracle.sql.CLOB clob1; char ac[] = new char[299]; clob1 = (oracle.sql.CLOB)rs.getObject(2); if(!rs.wasNull()) { Reader reader = clob1.getCharacterStream(); while((y = reader.read(ac, 0, 299)) != -1) content += new String(ac, 0, y); char a='\"'; char b='\''; content=content.replace(a,b); } else { content="update....."; } } %> Welcome to NETDA
 
 
 
Industry Cluster
Industry Positioning
Life Services
Flights Information
Train Schedule
Bus
Hotlines
HomePage - Hotlines
 Hotlines

 

Service Departments

General Office of the Development Area Administration Committee    86-513-83597739 83597014

Investment Service Centre     86-513-83598829

Bureau of Personnel, Labor and Social Security   86-513-83597015

Rural Work Bureau 86-513-83596156

Social Undertaking Bureau     86-513-83596503

Economic and Trade Bureau        86-513-85925308

Investment Promotion Bureau ( I )      86-513-83596987

Investment Promotion Bureau ( II )   86-513-83596324

Financial Bureau     86-513-83596196

Bureau of Planning & Building Property     86-513-83596312

Construction Administration Bureau(Environment Protection Branch) 86-513-85920997

The Administrative Committee's Beijing Liaison Office       86-10-84256058

The Administrative Committee's Shanghai Liaison Office    86-21-62660671

Landing Management Branch Office     86-513-83596995

Nantong Administration for Industry an Commerce's 3rd Branch Office    86-513-83596186

Nantong State Bureau of Taxation's 3rd Branch Office       86-513-83596792

Nantong Local Bureau of Taxation 86-513-83597629

The Industrial and Commercial Bank of China     86-513-83596599

The Agricultural Bank of China's Development Area Branch       86-513-83596819

The Bank of China's Development Area Branch    86-513-83596364

The Construction Bank of China's Development Area Branch     86-513-83596048

The Communications Bank's Development Area Branch      86-513-83596941

The City Commercial Bank of China's Development Area Branch       86-513-83593182

The People's Insurance Company of China's Development Area Branch  86-513-83596737

Nantong Customs' Development Area Agency      86-513-85960303

Nantong Power-Supply Bureau's Development Area Branch       86-513-83596041

Nantong Development Area Post and Telecommunications Company  86-513-83596016

Nantong Development Area Running-water Company  86-513-83596521

Nantong Development Area Law Firm  86-513-83596523

Nantong Development Area Pufa Accountants Firm    86-513-85925839
 
Contact us | Sitemap | Hot Links
Copyright(c) NETDA Administrative Commission. All Reserved
<%@ include file = "../inc/bottom.jsp" %> <% if(content.substring(0,4).equals("file")) response.sendRedirect("data/"+content); %>