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

📄 khzl_link_ck.asp

📁 asp+Access开发的客户资源管理系统,用户名:admin,密码:
💻 ASP
字号:
<html>
<head>
<title>『晨景软体』-客户资源管理系统</title>
<meta http-equiv="Content-Type" content="text/html;">
<!-- Fireworks 4.0  Dreamweaver 4.0 target.  Created Tue May 22 15:23:40 GMT+0800 (?D1ú±ê×?ê±??) 2001-->
<style>
.drag{position:relative;cursor:hand}
</style>
<script language="JavaScript">
var dragapproved=false
var eventsource,x,y
function move()
 {
  if (event.button==1&&dragapproved) //改变被拖动元素在页面上的位置
   {
    self.moveBy (event.clientX-x,event.clientY-y); //改变窗体位置
    return false
   }
 }
function drags()
 {
  if (!document.all)
  return
  if (event.srcElement.className=="drag") //捕捉鼠标当前位置
   {
    dragapproved=true//确信当前鼠标是按下
    x=event.clientX//鼠标当前位置
    y=event.clientY//鼠标当前位置
    document.onmousemove=move//调动move函数
   }
 }
document.onmousedown=drags   //鼠标左键按下时,准备拖动
document.onmouseup=new Function("dragapproved=false")//鼠标左键放开时,拖动停止
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<link rel="stylesheet" href="other/customer.css">
</head>
<%'==========================================================
	'与数据库建立连接
	
	id=request.querystring("id")
	id1=clng(id)
	'与数据库建立连接
	Set conn = Server.CreateObject("ADODB.Connection")
conn.open "driver={Microsoft Access Driver (*.mdb)};pwd=webcool_2000;dbq=" & Server.MapPath("../database/customer.mdb")	
	SET rs=CONN.EXECUTE("SELECT * FROM linkman WHERE id="&id1)
%>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" width="374" height="194">
  <!-- fwtable fwsrc="无标题" fwbase="khzl_zltj_jb(2).gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  <FORM METHOD=POST ACTION="khzl_link_xg_1.asp">
   <tr>
    <td width="17"><img src="images/spacer.gif" width="4" height="1" border="0"></td>
    <td width="411"><img src="images/spacer.gif" width="411" height="1" border="0"></td>
    <td width="4"><img src="images/spacer.gif" width="4" height="1" border="0"></td>
    <td width="1"><img src="images/spacer.gif" width="1" height="1" border="0"></td>
  </tr>

  <tr class="title">
    <td colspan="3" background="images/khzl_zltj_jb(2)_r1_c1.gif">
      <div id="Layer1" style="position:absolute; width:19px; height:14px; z-index:3; left: 397px; top: 6px"><a href="javascript:window.close()"><img src="images/xx.gif" width="13" height="13" border="0"></a></div>   &nbsp;&nbsp;&nbsp;『晨景软体』-客户公司联系人基本信息</td>
    <td width="1"><img src="images/spacer.gif" width="1" height="25" border="0"></td>
  </tr>
  <tr>
    <td rowspan="2" width="17"><img name="khzl_zltj_jb2_r2_c1" src="images/khzl_zltj_jb(2)_r2_c1.gif" width="4" height="474" border="0"></td>
    <td bgcolor="#cdd5e4" width="411" height="386">
        <table width="400" border="0" height="437" cellpadding="0" cellspacing="0" class="small" align="right">
          <tr> 
            <td width="17%" height="24"> 
              <div align="left"><font size="2" class="small">姓 名: </font></div>
            </td>
            <td height="24" width="29%"><font size="2"> 
              <input type="text" name="name" 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("name")%>" disabled class="small">
              </font></td>
            <td height="30" width="17%"><font size="2" class="small">索引码:</font> 
            </td>
            <td height="24" width="37%"><font size="2"> 
              <input type="text" name="index" 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("index")%>" disabled class="small">
              </font></td>
          </tr>
          <tr> 
            <td height="15" width="17%"><font size="2" class="small">出生年月:</font></td>
            <td height="15" width="29%"> 
              <input type="text" name="birthday" size="10" 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("birthday")%>" disabled class="small">
            </td>
            <td height="15" width="17%"> <font size="2" class="small">性别:</font></td>
            <td height="15" width="37%">
              <input type="text" name="call2" size="4" 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("sex")%>" disabled class="small">
            </td>
            <INPUT TYPE="hidden" name="id" value="<%=request("id")%>">
          </tr>
          <tr> 
            <td width="17%" height="35"><font size="2" class="small">办公电话:</font></td>
            <td width="29%" height="35"> 
              <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 class="small">
            </td>
            <td width="17%" height="35" class="small">住宅电话:</td>
            <td width="37%" height="35"> 
              <input type="text" name="comadd" 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("addtel")%>" disabled class="small">
            </td>
          </tr>
          <tr> 
            <td width="17%" height="31"><font size="2" class="small">手机:</font></td>
            <td width="29%" height="31"> 
              <input type="text" name="mt" 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("mt")%>" disabled class="small">
            </td>
            <td width="17%" height="31" class="small">传呼</td>
            <td width="37%" height="31"> 
              <input type="text" name="call" 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("call")%>" disabled class="small">
            </td>
          </tr>
          <tr> 
            <td width="17%" height="32"><font size="2" class="small">OICQ:</font></td>
            <td width="29%" height="32"> 
              <input type="text" name="oicq" 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("oicq")%>" disabled class="small">
            </td>
            <td width="17%" height="32">EMAIL</td>
            <td width="37%" height="32">
              <input type="text" name="email" 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("email")%>" disabled class="small">
            </td>
          </tr>
          <tr> 
            <td width="17%" height="2"><font size="2" class="small">部 门:</font></td>
            <td width="29%" height="2"> 
              <input type="text" name="department" 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("department")%>" disabled class="small">
            </td>
            <td width="17%" height="30" class="small">职务:</td>
            <td width="37%" height="2"> 
              <input type="text" name="function" 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("function")%>" disabled class="small">
            </td>
          </tr>
          <tr> 
            <td width="17%" height="32"><font size="2" class="small">个人主页:</font></td>
            <td colspan="3" height="32"> 
              <input type="text" name="http" size="30" 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> 
            <td width="17%" height="33"><font size="2" class="small">身份证号:</font></td>
            <td colspan="3" height="33"> 
              <input type="text" name="card" size="30" 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("card")%>" disabled class="small">
              <!-- 根据ID号来存储数据 -->
              <!-- <INPUT TYPE="hidden" name="id" value="<%=request("id")%>"> -->
            </td>
          </tr>
          <tr> 
            <td width="17%" height="32"><font size="2" class="small">家庭住址:</font></td>
            <td colspan="3" height="32"> 
              <input type="text" name="address" 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> 
            <td width="17%"><font size="2" class="small">婚姻状况:</font></td>
            <td width="29%"> 
              <p>
                <input type="text" name="oicq2" size="8" 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("hunyin")%>" disabled class="small">
              </p>
            </td>
            <td width="17%" height="30" class="small">性格:</td>
            <td width="37%"> 
              <p>
                <input type="text" name="oicq22" size="8" 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("xingge")%>" disabled class="small">
              </p>
            </td>
          </tr>
          <tr> 
            <td colspan="4" height="64"> 
              <table width="98%" cellspacing="0" height="67">
                <tr> 
                  <td width="16%" height="45"><font size="2" class="small">备注:</font></td>
                  <td width="84%" height="91" rowspan="2"> 
                    <textarea rows="4" name="demo" cols="42" style="background-color: #cdd5e4; border: 1 solid #B9B9B9" disabled class="small"> <%=rs("demo")%></textarea>
                  </td>
                </tr>
                <tr> 
                  <td width="16%" height="28">&nbsp;</td>
                </tr>
              </table>
            </td>
          </tr>
          <tr> 
            <td height="2" width="17%" valign="top"> 
              <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="29%">&nbsp;</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="386"><img src="images/spacer.gif" width="1" height="469" border="0"></td>
  </tr>
  <tr>
    <td width="411"><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"><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></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -