📄 edit.asp
字号:
<tr>
<td><TABLE cellSpacing=1 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD class=forumrowHighlight width="28%"><FONT color=#ff0000>*
</FONT><B>公司全称:</B></TD>
<TD width="75%" class=forumrowHighlight><INPUT maxLength=50 size=30
value="<%=rs("qymc")%>" name="qymc"><BR><SPAN
class=note>请填写贵公司的<font color="red">中文全称</font>(4~25个汉字)。</SPAN></TD></TR>
<tr>
<td class=forumrowHighlight><font color="ff0000">*</font> <b>员工人数:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_EmployeesCount">
<option value="" selected > -- 请选择 --</option>
<option value="1" <%if rs("p_z_Z_EmployeesCount")=1 then response.write"selected"%>> 5 人以下 </option>
<option value="2" <%if rs("p_z_Z_EmployeesCount")=2 then response.write"selected"%>> 5 - 10 人 </option>
<option value="3" <%if rs("p_z_Z_EmployeesCount")=3 then response.write"selected"%>> 11 - 50 人 </option>
<option value="4" <%if rs("p_z_Z_EmployeesCount")=4 then response.write"selected"%>> 51 - 100 人 </option>
<option value="8" <%if rs("p_z_Z_EmployeesCount")=8 then response.write"selected"%>> 101 - 200 人 </option>
<option value="5" <%if rs("p_z_Z_EmployeesCount")=5 then response.write"selected"%>> 201 - 300 人 </option>
<option value="9" <%if rs("p_z_Z_EmployeesCount")=9 then response.write"selected"%>> 301 - 500 人 </option>
<option value="6" <%if rs("p_z_Z_EmployeesCount")=6 then response.write"selected"%>> 501 - 1000 人 </option>
<option value="7" <%if rs("p_z_Z_EmployeesCount")=7 then response.write"selected"%>> 1000 人以上 </option>
</select> <font color=red class=S>(为了赢得客户信任,请您正确选择贵公司员工人数)</font>
</td>
</tr>
<tr>
<td class=forumrowHighlight><font color="ff0000">*</font> <b>企业类型:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_LegalStatus">
<option value="" selected > --请选择-- </option>
<option value="24" <%if rs("p_z_Z_LegalStatus")=24 then response.write"selected"%>>个体工商户</option>
<option value="3" <%if rs("p_z_Z_LegalStatus")=3 then response.write"selected"%>>私营独资企业</option>
<option value="8" <%if rs("p_z_Z_LegalStatus")=8 then response.write"selected"%>>私营合伙企业</option>
<option value="9" <%if rs("p_z_Z_LegalStatus")=9 then response.write"selected"%>>私营有限责任公司</option>
<option value="10" <%if rs("p_z_Z_LegalStatus")=10 then response.write"selected"%>>私营股份有限公司</option>
<option value="4" <%if rs("p_z_Z_LegalStatus")=4 then response.write"selected"%>>国有企业</option>
<option value="11" <%if rs("p_z_Z_LegalStatus")=11 then response.write"selected"%>>集体企业</option>
<option value="12" <%if rs("p_z_Z_LegalStatus")=12 then response.write"selected"%>>股份合作企业</option>
<option value="13" <%if rs("p_z_Z_LegalStatus")=13 then response.write"selected"%>>联营企业</option>
<option value="14" <%if rs("p_z_Z_LegalStatus")=14 then response.write"selected"%>>国有独资公司</option>
<option value="15" <%if rs("p_z_Z_LegalStatus")=15 then response.write"selected"%>>其他有限责任公司</option>
<option value="16" <%if rs("p_z_Z_LegalStatus")=16 then response.write"selected"%>>股份有限公司</option>
<option value="17" <%if rs("p_z_Z_LegalStatus")=17 then response.write"selected"%>>其他内资企业</option>
<option value="">----------------------</option>
<option value="18" <%if rs("p_z_Z_LegalStatus")=18 then response.write"selected"%>>与港澳台商合资经营</option>
<option value="19" <%if rs("p_z_Z_LegalStatus")=19 then response.write"selected"%>>与港澳台商合作经营</option>
<option value="20" <%if rs("p_z_Z_LegalStatus")=20 then response.write"selected"%>>港澳台商独资</option>
<option value="21" <%if rs("p_z_Z_LegalStatus")=21 then response.write"selected"%>>港澳台商投资股份有限公司</option>
<option value="2" <%if rs("p_z_Z_LegalStatus")=2 then response.write"selected"%>>中外合资经营</option>
<option value="22" <%if rs("p_z_Z_LegalStatus")=22 then response.write"selected"%>>中外合作经营</option>
<option value="1" <%if rs("p_z_Z_LegalStatus")=1 then response.write"selected"%>>外商独资</option>
<option value="23" <%if rs("p_z_Z_LegalStatus")=23 then response.write"selected"%>>外商投资股份有限公司</option>
<option value="">----------------------</option>
<option value="5" <%if rs("p_z_Z_LegalStatus")=5 then response.write"selected"%>>政府机构</option>
<option value="6" <%if rs("p_z_Z_LegalStatus")=6 then response.write"selected"%>>非盈利组织</option>
<option value="7" <%if rs("p_z_Z_LegalStatus")=7 then response.write"selected"%>>其他</option>
</select>
</td>
</tr>
<TR>
<TD class=forumrowHighlight><FONT color=#ff0000>* </FONT><B>经营模式:</B></TD>
<TD class=forumrowHighlight><INPUT type=radio value="生产型" <%if rs("qylb") ="生产型" then Response.Write "checked"%> name=qylb>生产型 <INPUT type=radio value="贸易型" <%if rs("qylb") ="贸易型" then Response.Write "checked"%> name=qylb>贸易型 <INPUT type=radio value="服务型" <%if rs("qylb") ="服务型" then Response.Write "checked"%> name=qylb>服务型 <INPUT type=radio value="政府或其他机构" <%if rs("qylb") ="政府或其他机构" then Response.Write "checked"%> name=qylb>政府或其他机构 </TD></TR>
<tr>
<td class=forumrowHighlight><font color="ff0000">*</font> <b>年营业额:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_AnnualRevenue">
<option value="" selected > --请选择-- </option>
<option value="1" <%if rs("p_z_Z_AnnualRevenue")=1 then response.write"selected"%>>人民币 10 万元/年以下</option>
<option value="2" <%if rs("p_z_Z_AnnualRevenue")=2 then response.write"selected"%>>人民币 10 万元/年 - 30 万元/年</option>
<option value="3" <%if rs("p_z_Z_AnnualRevenue")=3 then response.write"selected"%>>人民币 30 万元/年 - 50 万元/年</option>
<option value="4" <%if rs("p_z_Z_AnnualRevenue")=4 then response.write"selected"%>>人民币 50 万元/年 - 100 万元/年</option>
<option value="5" <%if rs("p_z_Z_AnnualRevenue")=5 then response.write"selected"%>>人民币 100 万元/年 - 200 万元/年</option>
<option value="6" <%if rs("p_z_Z_AnnualRevenue")=6 then response.write"selected"%>>人民币 200 万元/年 - 300 万元/年</option>
<option value="7" <%if rs("p_z_Z_AnnualRevenue")=7 then response.write"selected"%>>人民币 300 万元/年 - 500 万元/年</option>
<option value="8" <%if rs("p_z_Z_AnnualRevenue")=8 then response.write"selected"%>>人民币 500 万元/年 - 700 万元/年</option>
<option value="9" <%if rs("p_z_Z_AnnualRevenue")=9 then response.write"selected"%>>人民币 700 万元/年 - 1000 万元/年</option>
<option value="10" <%if rs("p_z_Z_AnnualRevenue")=10 then response.write"selected"%>>人民币 1000 万元/年 - 2000 万元/年</option>
<option value="11" <%if rs("p_z_Z_AnnualRevenue")=11 then response.write"selected"%>>人民币 2000 万元/年 - 3000 万元/年</option>
<option value="12" <%if rs("p_z_Z_AnnualRevenue")=15 then response.write"selected"%>>人民币 3000 万元/年 - 5000 万元/年</option>
<option value="13" <%if rs("p_z_Z_AnnualRevenue")=13 then response.write"selected"%>>人民币 5000 万元/年 - 1 亿元/年</option>
<option value="14" <%if rs("p_z_Z_AnnualRevenue")=14 then response.write"selected"%>>人民币 1 亿元/年以上</option>
</select>
</td>
</tr>
<TR>
<TD class=forumrowHighlight><FONT color=#ff0000>*</FONT>
<B>主营产品/服务:</B></TD>
<TD class=forumrowHighlight>
<%
if zycp>"" then
if instr(zycp,",")>0 then
zcarry=split(rs("zycp"),",")
if ubound(zcarry)=1 then
response.write"<INPUT maxLength=20 size=10 value='"&zcarry(0)&"' name=productionService>, <INPUT maxLength=20 size=10 value='"&zcarry(1)&"' name=productionService2>, <INPUT maxLength=20 size=10 name=productionService3>"
elseif ubound(zcarry)=2 then
response.write"<INPUT maxLength=20 size=10 value='"&zcarry(0)&"' name=productionService>, <INPUT maxLength=20 size=10 value='"&zcarry(1)&"' name=productionService2>, <INPUT maxLength=20 size=10 value='"&zcarry(2)&"' name=productionService3>"
elseif ubound(zcarry)>2 then
response.write"<INPUT maxLength=20 size=10 value='"&zcarry(0)&"' name=productionService>, <INPUT maxLength=20 size=10 value='"&zcarry(1)&"' name=productionService2>, <INPUT maxLength=20 size=10 value='"&zcarry(2)&"' name=productionService3>"
end if
else
response.write"<INPUT maxLength=20 size=10 value='"&zycp&"' name=productionService>, <INPUT maxLength=20 size=10 name=productionService2>, <INPUT maxLength=20 size=10 name=productionService3>"
end if
else
response.write"<INPUT maxLength=20 size=10 name=productionService>, <INPUT maxLength=20 size=10 name=productionService2>, <INPUT maxLength=20 size=10 name=productionService3>"
end if%>
<INPUT type=hidden
name=p_z_Z_productionService> <BR>
<SPAN class=note>(3个主要相关产品名/服务名,最少要填一个) </SPAN></TD>
</TR>
<tr>
<td class=forumrowHighlight><font color="ff0000">*</font> <b>公司注册地:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_FoundedPlace" value="<%=rs("p_z_Z_FoundedPlace")%>" size="30" maxlength=64>
<span class="note">(城市)</span>
</td>
</tr>
<tr>
<td class=forumrowHighlight><font color="ff0000">*</font> <b>主要经营地点:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_BizPlace" value="<%=rs("p_z_Z_BizPlace")%>" size="30" maxlength=64>
</td>
</tr>
<TR>
<TD class=forumrowHighlight width="28%"><FONT color=#ff0000>*
</FONT><B>公司介绍:</B><BR>
<SPAN
class=note>(50-2000字)</SPAN></TD>
<TD width="75%" class=forumrowHighlight><TEXTAREA name="qyjj" rows=10 cols=50><%=rs("qyjj")%></TEXTAREA><BR><FONT
class=note>
<LI>此处<FONT
color=#ff0000>禁止填写联系人、电话、传真、地址、网址、email等信息</FONT>。这些信息需在下面的表格里填写。
<LI>请用汉字描述公司优势(不要用英文),不要反复复制。
<LI>不要使用广告词或夸大性的语句,不要加图片及Html代码。 </LI></FONT></TD></TR>
<tr>
<td class=forumrowHighlight> <b>公司成立时间:</b></td>
<td class=forumrowHighlight>
<input type="text" size=4 maxlength=4 name="p_z_Z_EstablishedYear" value="<%=rs("p_z_Z_EstablishedYear")%>" >
<span class=note>(年份,如:2004)</span>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>品牌名称:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_BrandName" value="<%=rs("p_z_Z_BrandName")%>" size="30" maxlength=32>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>法人代表/负责人:</b></td>
<td class=forumrowHighlight>
<input name="frdb" type="text" id="frdb" value="<%=rs("frdb")%>" size=30 maxlength=32>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>注册资金:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_RegCapital">
<option value="" selected > --请选择-- </option>
<option value="8" <%if rs("p_z_Z_RegCapital")=8 then response.write"selected"%>>人民币 10 万元以下</option>
<option value="9" <%if rs("p_z_Z_RegCapital")=9 then response.write"selected"%>>人民币 10 万元 - 30 万元</option>
<option value="10" <%if rs("p_z_Z_RegCapital")=10 then response.write"selected"%>>人民币 30 万元 - 50 万元</option>
<option value="11" <%if rs("p_z_Z_RegCapital")=11 then response.write"selected"%>>人民币 50 万元 - 100 万元</option>
<option value="2" <%if rs("p_z_Z_RegCapital")=2 then response.write"selected"%>>人民币 100 万元 - 200 万元</option>
<option value="12" <%if rs("p_z_Z_RegCapital")=12 then response.write"selected"%>>人民币 200 万元 - 300 万元</option>
<option value="3" <%if rs("p_z_Z_RegCapital")=3 then response.write"selected"%>>人民币 300 万元 - 500 万元</option>
<option value="13" <%if rs("p_z_Z_RegCapital")=13 then response.write"selected"%>>人民币 500 万元 - 700 万元</option>
<option value="14" <%if rs("p_z_Z_RegCapital")=14 then response.write"selected"%>>人民币 700 万元 - 1000 万元</option>
<option value="15" <%if rs("p_z_Z_RegCapital")=15 then response.write"selected"%>>人民币 1000 万元 - 2000 万元</option>
<option value="16" <%if rs("p_z_Z_RegCapital")=16 then response.write"selected"%>>人民币 2000 万元 - 3000 万元</option>
<option value="17" <%if rs("p_z_Z_RegCapital")=17 then response.write"selected"%>>人民币 3000 万元 - 5000 万元</option>
<option value="6" <%if rs("p_z_Z_RegCapital")=6 then response.write"selected"%>>人民币 5000 万元 - 1 亿元</option>
<option value="7" <%if rs("p_z_Z_RegCapital")=7 then response.write"selected"%>>人民币 1 亿元以上</option>
</select>
<span class="note">(请如实填写)</span>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>主要客户群:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_KeyClients" value="<%=rs("p_z_Z_KeyClients")%>" size="30" maxlength=64>
<span class="note"> 如:超市、服装厂、印染厂</span></td>
</tr>
<tr>
<td class=forumrowHighlight> <b>年出口额:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_AnnualExportAmount">
<option value="" selected >--请选择--</option>
<option value="8" <%if rs("p_z_Z_AnnualExportAmount")=8 then response.write"selected"%>>人民币 10 万元以下</option>
<option value="9" <%if rs("p_z_Z_AnnualExportAmount")=9 then response.write"selected"%>>人民币 10 万元 - 30 万元</option>
<option value="10" <%if rs("p_z_Z_AnnualExportAmount")=10 then response.write"selected"%>>人民币 30 万元 - 50 万元</option>
<option value="11" <%if rs("p_z_Z_AnnualExportAmount")=11 then response.write"selected"%>>人民币 50 万元 - 100 万元</option>
<option value="2" <%if rs("p_z_Z_AnnualExportAmount")=2 then response.write"selected"%>>人民币 100 万元 - 200 万元</option>
<option value="12" <%if rs("p_z_Z_AnnualExportAmount")=12 then response.write"selected"%>>人民币 200 万元 - 300 万元</option>
<option value="3" <%if rs("p_z_Z_AnnualExportAmount")=3 then response.write"selected"%>>人民币 300 万元 - 500 万元</option>
<option value="13" <%if rs("p_z_Z_AnnualExportAmount")=13 then response.write"selected"%>>人民币 500 万元 - 700 万元</option>
<option value="14" <%if rs("p_z_Z_AnnualExportAmount")=14 then response.write"selected"%>>人民币 700 万元 - 1000 万元</option>
<option value="15" <%if rs("p_z_Z_AnnualExportAmount")=15 then response.write"selected"%>>人民币 1000 万元 - 2000 万元</option>
<option value="16" <%if rs("p_z_Z_AnnualExportAmount")=16 then response.write"selected"%>>人民币 2000 万元 - 3000 万元</option>
<option value="17" <%if rs("p_z_Z_AnnualExportAmount")=17 then response.write"selected"%>>人民币 3000 万元 - 5000 万元</option>
<option value="6" <%if rs("p_z_Z_AnnualExportAmount")=6 then response.write"selected"%>>人民币 5000 万元 - 1 亿元</option>
<option value="7" <%if rs("p_z_Z_AnnualExportAmount")=7 then response.write"selected"%>>人民币 1 亿元以上</option>
</select>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>年进口额:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_AnnualImportAmount">
<option value="" selected >--请选择--</option>
<option value="8" <%if rs("p_z_Z_AnnualImportAmount")=8 then response.write"selected"%>>人民币 10 万元以下</option>
<option value="9" <%if rs("p_z_Z_AnnualImportAmount")=9 then response.write"selected"%>>人民币 10 万元 - 30 万元</option>
<option value="10" <%if rs("p_z_Z_AnnualImportAmount")=10 then response.write"selected"%>>人民币 30 万元 - 50 万元</option>
<option value="11" <%if rs("p_z_Z_AnnualImportAmount")=11 then response.write"selected"%>>人民币 50 万元 - 100 万元</option>
<option value="2" <%if rs("p_z_Z_AnnualImportAmount")=2 then response.write"selected"%>>人民币 100 万元 - 200 万元</option>
<option value="12" <%if rs("p_z_Z_AnnualImportAmount")=12 then response.write"selected"%>>人民币 200 万元 - 300 万元</option>
<option value="3" <%if rs("p_z_Z_AnnualImportAmount")=3 then response.write"selected"%>>人民币 300 万元 - 500 万元</option>
<option value="13" <%if rs("p_z_Z_AnnualImportAmount")=13 then response.write"selected"%>>人民币 500 万元 - 700 万元</option>
<option value="14" <%if rs("p_z_Z_AnnualImportAmount")=14 then response.write"selected"%>>人民币 700 万元 - 1000 万元</option>
<option value="15" <%if rs("p_z_Z_AnnualImportAmount")=15 then response.write"selected"%>>人民币 1000 万元 - 2000 万元</option>
<option value="16" <%if rs("p_z_Z_AnnualImportAmount")=16 then response.write"selected"%>>人民币 2000 万元 - 3000 万元</option>
<option value="17" <%if rs("p_z_Z_AnnualImportAmount")=17 then response.write"selected"%>>人民币 3000 万元 - 5000 万元</option>
<option value="6" <%if rs("p_z_Z_AnnualImportAmount")=6 then response.write"selected"%>>人民币 5000 万元 - 1 亿元</option>
<option value="7" <%if rs("p_z_Z_AnnualImportAmount")=7 then response.write"selected"%>>人民币 1 亿元以上</option>
</select>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>管理体系认证:</b></td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -