📄 company_edit.asp
字号:
</td>
</tr>
<tr>
<td class="C" bgcolor=EFF7FF><b>研发部门人数:</b></td>
<td bgcolor=FFFFDE>
<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="C" bgcolor=EFF7FF><b>月产量:</b></td>
<td bgcolor=FFFFDE>
<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="C" bgcolor=EFF7FF><b>厂房面积:</b></td>
<td bgcolor=FFFFDE>
<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="C" bgcolor=EFF7FF><b>质量控制:</b></td>
<td bgcolor=FFFFDE>
<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>
<br> <table width="100%" class="fbg1">
<tr>
<td>联系方式</td>
</tr>
</table>
<TABLE cellSpacing=2 cellPadding=3 width="100%" border=0>
<colgroup><col class="formtop"></colgroup>
<TBODY>
<TR>
<TD width="28%" bgColor=#eff7ff class=C><FONT color=#ff0000>* </FONT><B>姓名:</B></TD>
<TD bgColor=#ffffde><INPUT
name="myworldecname" id="myworldecname" value="<%=rs("name")%>" size=20 maxLength=30> </TD></TR>
<tr>
<td class="C" bgcolor=EFF7FF> <b>部门:</b></td>
<td width="72%" bgcolor=#ffffde>
<input name="bm" id="bm" value="<%=rs("bm")%>" size=30 maxlength="28">
<br>
</td>
</tr>
<tr>
<td class="C" bgcolor=EFF7FF> <b>职位:</b></td>
<td width="72%" bgcolor=#ffffde>
<input name="zw" id="zw" value="<%=rs("zw")%>" size=30 maxlength="28">
<br>
</td>
</tr>
<tr>
<td class="C" bgcolor=EFF7FF> <b><font color="#FF0000">即时通讯TM号:</font></b></td>
<td width="72%" bgcolor=#ffffde class="lh15">
<input name="tm" id="tm" value="<%=rs("tm")%>" size=30 maxlength="28" onkeyup="value=value.replace(/[^\d]/g,'') ">
<input name=regtm onclick="javascript:win=window.open('http://freeqq2.qq.com/1.shtml');win.focus();" type=button value="注册TM帐号" class="m"><br>
<FONT class=S color=#cc3300>建议使用!</font><FONT class=S color=#9a9a9a>这是客户直接与您即时沟通的重要工具。</FONT><br>
<span class="s">既填写您的QQ号码; 本站使用TM为<a href="/staric/message.html" target="_blank" class="s nol"><font color="cc3300">即时通讯</font></a>工具!</span> </td>
</tr>
<TR>
<TD class=C bgColor=#eff7ff><FONT color=#ff0000>*</FONT>
<B>公司电话:</B></TD>
<TD bgColor=#ffffde>
<TABLE width="100%" border=0>
<TBODY>
<TR>
<TD>国家区号:</TD>
<TD>城市区号:</TD>
<TD>号码:</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=C bgColor=#eff7ff><B>传真:</B></TD>
<TD bgColor=#ffffde>
<TABLE width="75%">
<TBODY>
<TR>
<TD>国家区号:</TD>
<TD>城市区号:</TD>
<TD>号码:</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="C" bgcolor=EFF7FF> <b>手机:</b></td>
<td bgcolor=FFFFDE>
<input name="mobile" type="text" id="mobile" value="<%=rs("mobile")%>" size="30" maxlength=16>
</td>
</tr>
<TR>
<TD class=C bgColor=#eff7ff><FONT color=#ff0000>*</FONT>
<B>所属国家或地区:</B></TD>
<TD class=lh15 bgColor=#ffffde>
<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=C bgColor=#eff7ff><FONT color=#ff0000>*</FONT>
<B>街道地址:</B></TD>
<TD bgColor=#ffffde><INPUT maxLength=100 size=30 value="<%=rs("address")%>"
name="address"> <SPAN class=note>填写县(区)、街道、门牌号</SPAN></TD></TR>
<TR>
<TD class=C bgColor=#eff7ff> <B>邮政编码:</B></TD>
<TD bgColor=#ffffde><INPUT maxLength=10 size=30 value="<%=rs("post")%>"
name="post"></TD></TR>
<TR>
<TD class=C bgColor=#eff7ff><FONT color=#ff0000>*</FONT> <B>电子邮件:</B></TD>
<TD bgColor=#ffffde><INPUT maxLength=50 size=30
value="<%=rs("email")%>" name=email> <BR><FONT
class=note>(非常重要,请务必填写正确,以便客户联系!)</FONT>
</TD></TR>
<TR>
<TD class=C bgColor=#eff7ff> <B>网站地址:</B></TD>
<TD bgColor=#ffffde><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>
<BR>
<BR>
<TABLE cellSpacing=0 cellPadding=4 border=0>
<TBODY>
<TR>
<TD vAlign=top noWrap><INPUT class=subbutton style="WIDTH: 160px" onclick="FormCheck()" type=button value=" 填好了,提交! " name=Post>
</TD></TR></TBODY></TABLE></FORM><BR></TD></TR></TBODY></TABLE></TD></TR>
</TABLE><IMG
height=10 src="../images/bottom.gif" width=778><BR>
<!--#include file="../end.asp"-->
<%
end if
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -