📄 khzl_zlxg_com.asp
字号:
<tr>
<td width="30%" class="small">
<div align="left">姓名</div>
</td>
<td width="70%" class="small">
<div align="left">电话</div>
</td>
</tr>
<%
'建立联系人对象
SET rs1=CONN.EXECUTE("select * from linkman where siteid='"&cstr(rs("id"))&"' ")
For counter = 1 To 2
if rs1.eof then
exit for
end if
'检查电话,如果公司电话没有就用手机,如果没有手机号码就用家里的电话
if rs1("comtel")<>"" then
telephone=rs1("comtel")
else
if rs1("mt") <>"" then
telephone=rs1("mt")
else
if rs1("addtel") <>"" then
telephone=rs1("mt")
end if
end if
end if
%>
<tr>
<td width="30%" class="small">
<div align="left"><a href="khzl_link_xg.asp?id=<%=rs1("id")%>"><%=rs1("name")%></a></div>
</td>
<td width="70%" class="small">
<div align="left"><%=telephone%></div>
</td>
</tr>
<%
rs1.movenext
Next
%>
</table>
</td>
</tr>
<tr>
<td width="18%" height="20" class="small"><font size="2" class="small">邮 编:</font></td>
<td height="20" class="small">
<input type="text" name="post" size="16" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("post")%>" class="small" maxlength="6">
</td>
</tr>
<tr valign="top">
<td width="18%" height="15" class="small"><font size="2" class="small">公司地址:</font></td>
<td colspan="3" height="15" class="small">
<input type="text" name="comadd" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("address")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td width="18%" height="15" class="small"><font size="2" class="small">乘车路线:</font></td>
<td colspan="3" height="15" class="small">
<p>
<input type="text" name="road" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("road")%>" class="small" maxlength="40">
</p>
</td>
</tr>
<tr valign="top">
<td width="18%" class="small" height="15"><font size="2" class="small">网 址:</font></td>
<td colspan="3" class="small" height="15">
<input type="text" name="http" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("http")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td width="18%" class="small" height="15"><font size="2" class="small">邮件地址:</font></td>
<td colspan="3" class="small" height="15">
<input type="text" name="email" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("email")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td width="18%" height="15" class="small"><font size="2" class="small">经营范围:</font></td>
<td colspan="3" height="15" class="small">
<input type="text" name="fanwei" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("fanwei")%>" class="small" maxlength="200">
</td>
</tr>
<tr>
<td width="18%" class="small" height="15"><font size="2" class="small">公司性质:</font></td>
<td class="small" height="15">
<p>
<select size="1" name="state" class="small">
<option value="<%=rs("state")%>"><%=rs("state")%></option>
<option>私人</option>
<option>国营</option>
<option>合资</option>
<option>外资</option>
</select>
</p>
</td>
<td class="small" height="15">年销售额</td>
<td class="small" height="15">
<select size="1" name="xiaoshou" class="small" >
<option value="<%=rs("xiaoshou")%>"><%=rs("xiaoshou")%></option>
<option>10万以下</option>
<option>10万-50万</option>
<option>50万-100万</option>
<option>100万-200万</option>
<option>200万-500万</option>
<option>500万-1000万</option>
<option>1000万以上</option>
</select>
</td>
</tr>
<tr>
<td height="15" width="18%" class="small"><font size="2" class="small">开户银行:</font></td>
<td colspan="3" height="15" class="small">
<input type="text" name="bank" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("bank")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td height="19" class="small"><font size="2" class="small">税 号:</font>
</td>
<td colspan="3" height="15" class="small">
<input type="text" name="tax" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("tax")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td height="20" class="small"><font size="2" class="small">银行帐号:</font></td>
<td colspan="3" height="15" class="small">
<input type="text" name="bank2" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("bankid")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td height="25" class="small"><font size="2" class="small">公司全称:</font></td>
<td colspan="3" height="15" class="small">
<input type="text" name="allname" size="43" style="background-color: #cdd5e4; border-left: 0 solid #B9B9B9; border-right: 0 solid #B9B9B9; border-top: 0 solid #B9B9B9; border-bottom: 1 solid #B9B9B9" value="<%=rs("allname")%>" class="small" maxlength="40">
</td>
</tr>
<tr valign="top">
<td height="39" class="small"><font size="2" class="small">备 注:</font></td>
<td colspan="3" height="39" class="small">
<textarea rows="2" name="demo" cols="42" style="background-color: #cdd5e4; border: 1 solid #B9B9B9" class="small"><%=rs("demo")%> </textarea>
</td>
</tr>
<tr>
<td colspan="2" height="2" class="small" valign="bottom">
<div align="right">
<input type="hidden" name="id" value="<%=request("id")%>">
<input type="image" img src="images/bc.gif" width="45" height="17" onclick="return checkForm()">
</div>
</td>
<td height="2" width="19%" class="small">
<div align="right"> <a href="javascript:window.close()"><img src="images/tc.gif" width="45" height="17" border="0"></a></div>
</td>
<td height="2" width="38%" class="small">
<!-- <a href="javascript:openFrameless3("idno")"> -->
<a href="khzl_link_tj.asp?id=<%=rs("id")%>">添加联系人</a></td>
</tr>
</table>
</td>
<td rowspan="2" width="4"><img name="khzl_zltj_jb2_r2_c3" src="images/khzl_zltj_jb(2)_r2_c3.gif" width="4" height="474" border="0"></td>
<td width="1" height="450"><img src="images/spacer.gif" width="1" height="469" border="0"></td>
</tr>
<tr>
<td width="411" height="2"><img name="khzl_zltj_jb2_r3_c2" src="images/khzl_zltj_jb(2)_r3_c2.gif" width="411" height="5" border="0"></td>
<td width="1" height="2"><img src="images/spacer.gif" width="1" height="5" border="0"></td>
</tr>
</form>
</table>
<div class="drag" id="Layer2" style="position:absolute; left:1px; top:0px; width:393px; height:22px; z-index:2"></div>
<%'=关闭数据库============================
conn.close'关闭数据库
set conn=nothing
%>
</body>
</html>
<html><script language="JavaScript"> </script></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -