📄 khzl_zldy_link.asp
字号:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<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="#999999" text="#000000">
<table width="622" height="877" align="center">
<tr>
<td height="882">
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">姓 名:</td>
<td width="26%" height="30" class="big"><%=rs("name")%></td>
<td width="22%" height="30" align="center" class="big_b">索 引 码:</td>
<td width="28%" height="30" class="big"><%=rs("name")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">出生年月:</td>
<td width="26%" height="30" class="big"><%=rs("birthday")%></td>
<td width="22%" height="30" align="center" class="big_b">性 别:</td>
<td width="28%" height="30" class="big"><%=rs("sex")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">办公电话:</td>
<td width="26%" height="30" class="big"><%=rs("comtel")%></td>
<td width="22%" height="30" align="center" class="big_b">住宅电话:</td>
<td width="28%" height="30" class="big"><%=rs("addtel")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">手 机:</td>
<td width="26%" height="30" class="big"><%=rs("mt")%></td>
<td width="22%" height="30" align="center" class="big_b">传 呼:</td>
<td width="28%" height="30" class="big"><%=rs("call")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">OICQ:</td>
<td colspan="3" height="30" class="big"><%=rs("oicq")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">部 门:</td>
<td width="26%" height="30" class="big"><%=rs("department")%></td>
<td width="22%" height="30" align="center" class="big_b">职 务:</td>
<td width="28%" height="30" class="big"><%=rs("function")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">个人主页:</td>
<td colspan="3" height="30" class="big"><%=rs("http")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">身份证号:</td>
<td colspan="3" height="30" class="big"><%=rs("card")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">家庭住址:</td>
<td colspan="3" height="30" class="big"><%=rs("address")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="30" align="center" class="big_b">婚姻状况:</td>
<td width="26%" height="30" class="big"><%=rs("hunyin")%></td>
<td width="22%" height="30" align="center" class="big_b">性 格:</td>
<td width="28%" height="30" class="big"><%=rs("xingge")%></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="24%" height="573" align="center" valign="top" class="big_b">
<p> </p>
<p> </p>
<p>备 注:</p>
</td>
<td colspan="3" height="573" class="big"><%=rs("demo")%></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<script language="JavaScript">
<!-- Begin
if (window.print) {
document.write('<center><form><input type=button name=print style="border-width:1px; border-style:solid;" value="打印" '
+ 'onClick="javascript:window.print()"></form></center>');
}
// End -->
</script>
<%'=关闭数据库============================
conn.close'关闭数据库
set conn=nothing
%>
<html></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -