<%@ 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
 
 
 
Policies
Preferential Policies
Investment Procedure
HomePage - Application for company establishment (quadruplicate)
       Application for company establishment (quadruplicate)

 

Documents to be submitted:

1. Application Form for Investment (for firms solely owned by foreign investors only) and Application Report.

2. Notice concerning preview and approval of intended company name and supporting documents.

3. Project feasibility study report.

4. Project planning approval as endorsed by planning department.

5. Project land use arrangement approval as endorsed by land resource department.

6. Environment protection assessment approval.

7. Fire department assessment approval.

8. JV contract, JV article of association and supported documents.

9. A list of the members of the Board of Directors, letters of their appointment and certifications. Letters of appointment of General Manager and Deputy General Manager(s) and certifications of their identity, resume of Chairman of the Board of Directors and three recent photos, three recent photos of the contact person; etc.

10. Other documents the authorities in charge of examination and approval think necessary.

 

 
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); %>