📄 khzl_zlsc_com_3.asp
字号:
<td height="20" width="38%" class="small"><font size="2">
<input type="text" name="search_1" 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("search")%>" disabled>
</font></td>
</tr>
<tr>
<td height="20" width="18%" class="small"><font size="2" class="small">公司电话:</font></td>
<td height="20" width="25%" class="small">
<input type="text" name="comtel" 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("comtel")%>" disabled>
</td>
<td height="20" width="19%" class="small"><font size="2" class="small">公司传真:</font></td>
<td height="20" width="38%" class="small">
<input type="text" name="comfax" 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("comfax")%>" disabled>
</td>
</tr>
<%
'建立联系人对象
SET rs1=CONN.EXECUTE("select * from linkman where siteid='"&cstr(rs("id"))&"' ")
%>
<tr>
<td width="18%" height="36" class="small"><font size="2" class="small">法人代表:</font></td>
<td width="25%" height="36" class="small">
<input type="text" name="comman" 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("comman")%>" disabled>
</td>
<td rowspan="2" height="60" valign="top" colspan="2" class="small"> 联系人列表 <a href="link_more_sc.asp?id=<%=rs("id")%>">删除...</a>
<br>
姓 名 电话号码<br>
<!-- 最多显示两个联系人 -->
<%
while not rs1.eof
name=rs1("name")
comtel=rs1("comtel")
id=rs1("id")
%>
<a href="khzl_link_ck.asp?id=<%=id%>"><%=name%></a> <%=comtel%>
<%
rs1.movenext
wend
rs1.close
set rs1=nothing
%>
</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")%>" disabled>
</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")%>" disabled>
</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" disabled>
<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")%>" disabled>
</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")%>" disabled>
</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")%>" disabled>
</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")%>" disabled>
</td>
</tr>
<tr>
<td width="18%" class="small" height="15"><font size="2" class="small">公司性质:</font></td>
<td class="small" height="15">
<p>
<input type="text" name="state" 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("state")%>" disabled>
</p>
</td>
<td class="small" height="15">年销售额</td>
<td class="small" height="15">
<input type="text" name="xiaoshou" 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("xiaoshou")%>" disabled>
</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")%>" disabled>
</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")%>" disabled>
</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")%>" disabled>
</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")%>" disabled>
</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" disabled><%=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")%>">
<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>
</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>
</body>
</html>
<%'=关闭数据库============================
conn.close'关闭数据库
set conn=nothing
%>
<html><script language="JavaScript"> </script></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -