⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 khzl_zlsc_com_2.asp

📁 asp+Access开发的客户资源管理系统,用户名:admin,密码:
💻 ASP
📖 第 1 页 / 共 2 页
字号:
                  <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_ck.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")%>" disabled class="small">
            </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 class="small">
            </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 class="small">
              </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 class="small">
            </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 class="small">
            </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 class="small">
            </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 class="small">
              </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 class="small">
            </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 class="small">
            </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 class="small">
            </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 class="small">
            </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 class="small">
            </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" onFocus="this.blur()" 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")%>">
                <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 + -