📄 edit.asp
字号:
<td class=forumrowHighlight> <input name="p_z_Z_Certification" type="text" value="<%=rs("p_z_Z_Certification")%>" size="30" maxlength=32>
<br><span class="note"> 如:ISO9001质量体系认证</span>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>开户银行:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_Bank" value="<%=rs("p_z_Z_Bank")%>" size=30 maxlength=128>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>帐号:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_Account" value="<%=rs("p_z_Z_Account")%>" size=30 maxlength=50>
</td>
</tr>
</TBODY>
</TABLE></td></tr>
<tr>
<th height=23 align=left>工厂信息</th>
</tr>
<tr>
<td><table width="100%" align=center border="0" cellspacing="1" cellpadding="0">
<tr>
<td width=28% class=forumrowHighlight><b>是否提供OEM代加工?</b></td>
<td width=72% class=forumrowHighlight>
<input type="radio" name="p_z_Z_OemOdm" value="y" <%if rs("p_z_Z_OemOdm") ="y" then Response.Write "checked"%>>是
<input type="radio" name="p_z_Z_OemOdm" value="n" <%if rs("p_z_Z_OemOdm") ="n" then Response.Write "checked"%>>否
</td>
</tr>
<tr>
<td class=forumrowHighlight><b>研发部门人数:</b></td>
<td class=forumrowHighlight>
<select name="p_z_Z_RndStaffNum">
<option value="" selected >--请选择--</option>
<option value="1" <%if rs("p_z_Z_RndStaffNum")=1 then response.write"selected"%>>少于5 人</option>
<option value="2" <%if rs("p_z_Z_RndStaffNum")=2 then response.write"selected"%>>5 - 10 人</option>
<option value="3" <%if rs("p_z_Z_RndStaffNum")=3 then response.write"selected"%>>11 - 20 人</option>
<option value="4" <%if rs("p_z_Z_RndStaffNum")=4 then response.write"selected"%>>21 - 30 人</option>
<option value="5" <%if rs("p_z_Z_RndStaffNum")=5 then response.write"selected"%>>31 - 40 人</option>
<option value="6" <%if rs("p_z_Z_RndStaffNum")=6 then response.write"selected"%>>41 - 50 人</option>
<option value="7" <%if rs("p_z_Z_RndStaffNum")=7 then response.write"selected"%>>51 - 60 人</option>
<option value="8" <%if rs("p_z_Z_RndStaffNum")=8 then response.write"selected"%>>61 - 70 人</option>
<option value="9" <%if rs("p_z_Z_RndStaffNum")=9 then response.write"selected"%>>71 - 80 人</option>
<option value="10" <%if rs("p_z_Z_RndStaffNum")=10 then response.write"selected"%>>81 - 90 人</option>
<option value="11" <%if rs("p_z_Z_RndStaffNum")=11 then response.write"selected"%>>91 - 100 人</option>
<option value="12" <%if rs("p_z_Z_RndStaffNum")=12 then response.write"selected"%>>100 人以上</option>
</select>
</td>
</tr>
<tr>
<td class=forumrowHighlight><b>月产量:</b></td>
<td class=forumrowHighlight>
<input type="text" name="p_z_Z_ProductionCapacity" value="<%=rs("p_z_Z_ProductionCapacity")%>" size="15" maxlength=32>
<br>
<span class="note">如:1520箱 或 53吨</span>
</td>
</tr>
<tr>
<td class=forumrowHighlight><b>厂房面积:</b></td>
<td class=forumrowHighlight>
<input name="p_z_Z_FactorySize" type="text" value="<%=rs("p_z_Z_FactorySize")%>" size="30" maxlength=16>
<span class="note"> (平方米)</span>
</td>
</tr>
<tr>
<td class=forumrowHighlight><b>质量控制:</b></td>
<td class=forumrowHighlight>
<input type="radio" name="p_z_Z_QaQc" value="内部" <%if rs("p_z_Z_QaQc") ="内部" then Response.Write "checked"%>>内部
<input type="radio" name="p_z_Z_QaQc" value="第三方" <%if rs("p_z_Z_QaQc") ="第三方" then Response.Write "checked"%>>第三方
<input type="radio" name="p_z_Z_QaQc" value="无" <%if rs("p_z_Z_QaQc") ="无" then Response.Write "checked"%>>无
</td>
</tr>
</table>
</td></tr>
<tr>
<th height=23 align=left>联系方式</th>
</tr>
<tr>
<td><TABLE cellSpacing=1 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="28%" class=forumrowHighlight><FONT color=#ff0000>* </FONT><B>姓名:</B></TD>
<TD class=forumrowHighlight><INPUT
name="myworldecname" id="myworldecname" value="<%=rs("name")%>" size=20 maxLength=30> </TD></TR>
<tr>
<td class=forumrowHighlight> <b>部门:</b></td>
<td width="72%" class=forumrowHighlight>
<input name="bm" id="bm" value="<%=rs("bm")%>" size=30 maxlength="28">
<br>
</td>
</tr>
<tr>
<td class=forumrowHighlight> <b>职位:</b></td>
<td width="72%" class=forumrowHighlight>
<input name="zw" id="zw" value="<%=rs("zw")%>" size=30 maxlength="28">
<br>
</td>
</tr>
<TR>
<TD class=forumrowHighlight><FONT color=#ff0000>*</FONT>
<B>公司电话:</B></TD>
<TD class=forumrowHighlight>
<TABLE width="100%" border=0>
<TBODY>
<TR>
<TD width="16%">国家区号:</TD>
<TD width="16%">城市区号:</TD>
<TD width="68%">号码:</TD>
</TR>
<TR>
<TD><INPUT style="FONT-SIZE: 9pt" maxLength=8 size=8
value="<%=pharry(0)%>" name=phonecountry> </TD>
<TD><INPUT style="FONT-SIZE: 9pt" maxLength=8 size=8
value="<%=pharry(1)%>" name=phonearea> </TD>
<TD><INPUT style="FONT-SIZE: 9pt" maxLength=30 size=15
value="<%=pharry(2)%>" name=phonenumber> <span class=note>(只能填写<font color="#FF0000">固定电话</font>!)</span></TD></TR>
<TR>
<TD colSpan=3><font class=note>(为提高您信息的发布效率,请按正确格式填写。如:86 10 12345678 ) </font></TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
<TD class=forumrowHighlight><B>传真:</B></TD>
<TD class=forumrowHighlight>
<TABLE width="75%">
<TBODY>
<TR>
<TD width="16%">国家区号:</TD>
<TD width="16%">城市区号:</TD>
<TD width="68%">号码:</TD></TR>
<TR>
<%select case ubound(faarry)
case 0
response.write"<TD><INPUT style='FONT-SIZE: 9pt' maxLength=8 size=8 value='"&rs("fax")&"' name=faxCountry></TD><TD><INPUT style='FONT-SIZE: 9pt' maxLength=8 size=8 name=faxArea></TD><TD><INPUT style='FONT-SIZE: 9pt' maxLength=30 size=15 name=faxNumber></TD>"
case 1
response.write"<TD><INPUT style='FONT-SIZE: 9pt' maxLength=8 size=8 value='"&faarry(0)&"' name=faxCountry></TD><TD><INPUT style='FONT-SIZE: 9pt' maxLength=8 size=8 value='"&faarry(1)&"' name=faxArea></TD><TD><INPUT style='FONT-SIZE: 9pt' maxLength=30 size=15 name=faxNumber></TD>"
case 2
response.write"<TD><INPUT style='FONT-SIZE: 9pt' maxLength=8 size=8 value='"&faarry(0)&"' name=faxCountry></TD><TD><INPUT style='FONT-SIZE: 9pt' maxLength=8 size=8 value='"&faarry(1)&"' name=faxArea></TD><TD><INPUT style='FONT-SIZE: 9pt' maxLength=30 size=15 value='"&faarry(2)&"' name=faxNumber></TD>"
end select%>
</TR></TBODY></TABLE>
<font class=note>(为提高您信息的发布效率,请按正确格式填写。如:86 10 12345678)</font></TD></TR>
<tr>
<td class=forumrowHighlight> <b>手机:</b></td>
<td class=forumrowHighlight>
<input name="mobile" type="text" id="mobile" value="<%=rs("mobile")%>" size="30" maxlength=16>
</td>
</tr>
<TR>
<TD class=forumrowHighlight><FONT color=#ff0000>*</FONT>
<B>所属国家或地区:</B></TD>
<TD class=forumrowHighlight>
<SELECT style="WIDTH: 90px"
onchange=javascript:changeCountry1(this); name=country1>
</SELECT> <SELECT style="WIDTH: 60px"
onchange=changeProvince(this); name=province>
<OPTION value=""
selected>省份</OPTION>
</SELECT> <SELECT name=city>
<OPTION value=""
selected>地级</OPTION>
</SELECT>
<SCRIPT language=javascript src="../../js/area.js"
purpose="INITIALIZER"></SCRIPT>
<SCRIPT language=javascript>
<!--
//设置国家1的缺省值
for (var i=0;i<5;i++){
if (country1Form1.options[i].value == '<%=rs("country")%>'){
country1Form1.options[i].selected=true;
}
}
for (var i=0;i<catArr1.length;i++) {
catForm1.options[i+1]=new Option(catArr1[i].title,catArr1[i].id);
//设置省选择框的选择值
if(catForm1.options[i+1].value == '<%=rs("sf")%>'){
catForm1.options[i+1].selected=true;
}
}
changeProvince(catForm1);
var len = boardForm1.options.length;
for (var i=0;i<len;i++) {
//设置城市选择框的选择值
if(boardForm1.options[i].value == '<%=rs("city")%>') {
boardForm1.options[i].selected=true;
}
}
if (country1Form1.options[country1Form1.selectedIndex].value!='中国') {
catForm1.style.display = 'none';
boardForm1.style.display = 'none';
}
-->
</SCRIPT>
</TD></TR>
<TR>
<TD class=forumrowHighlight><FONT color=#ff0000>*</FONT>
<B>街道地址:</B></TD>
<TD class=forumrowHighlight><INPUT maxLength=100 size=30 value="<%=rs("address")%>"
name="address"> <SPAN class=note>填写县(区)、街道、门牌号</SPAN></TD></TR>
<TR>
<TD class=forumrowHighlight> <B>邮政编码:</B></TD>
<TD class=forumrowHighlight><INPUT maxLength=10 size=30 value="<%=rs("post")%>"
name="post"></TD></TR>
<TR>
<TD class=forumrowHighlight><FONT color=#ff0000>*</FONT> <B>电子邮件:</B></TD>
<TD class=forumrowHighlight><INPUT maxLength=50 size=30
value="<%=rs("email")%>" name=email> <BR><FONT
class=note>(非常重要,请务必填写正确,以便客户联系!)</FONT>
</TD></TR>
<TR>
<TD class=forumrowHighlight> <B>网站地址:</B></TD>
<TD class=forumrowHighlight><INPUT maxLength=50 size=30 <%if rs("web")="" then response.write"value='http://'" else response.write"value='"&rs("web")&"'" end if%>
name="web"> <SPAN class=note>(请填写有效网址.)</SPAN> </TD>
</TR>
</TBODY>
</TABLE></td></tr>
<tr>
<td class="forumRow">
<TABLE width="100%" border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD height="30" align=center noWrap><INPUT class=subbutton style="WIDTH: 160px" onclick="FormCheck()" type=button value=" 填好了,提交! " name=Post> </TD></TR></TBODY></TABLE></td></tr></table>
</FORM>
<!--#include file="../copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -