📄 view.asp
字号:
<!--#include file="conn.asp"-->
<HTML><HEAD><title>客户资料---SMS-GIS管理系统</title>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK href="img/css.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EEEEEE;
}
-->
</style>
<center>
<%person_sn=cint(request.QueryString("id"))
if person_sn<>"" then
set rs2=server.CreateObject("adodb.recordset")
sql2="select * from address_book where person_sn="&person_sn
rs2.open sql2,conn,1,1%>
<table align=center width="350" height="219" border="1" cellpadding="0" bgcolor="#666666" style="border-collapse: collapse" bordercolorlight="#808080" cellspacing="0">
<tr align="center">
<td colspan="2" height="45" style="background-color: #EEEEEE">
<font color="#000080" style="font-size: 11pt">搬 家 公 司 联 系
方 式</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="117" align="center" bgcolor="#CCCCCC" height="30">
<span style="font-size: 9pt">负 责 人:</span></td>
<td width="329" bgcolor="#CCCCCC">
<span style="font-size: 9pt">
<%=rs2("full_name")%></span></td>
</tr>
<tr>
<td align="center" height="30" bgcolor="#FFFFFF"><span style="font-size: 9pt">
公 司 名 称:</span></td>
<td bgcolor="#FFFFFF">
<span style="font-size: 9pt">
<%=rs2("company")%></span></td>
</tr>
<tr bgcolor="#CCCCCC" >
<td align="center" bgcolor="#CCCCCC" height="30">
<span style="font-size: 9pt">
公 司 电 话:</span></td>
<td bgcolor="#CCCCCC">
<span style="font-size: 9pt">
<%=rs2("business_tel")%></span></td>
</tr>
<tr>
<td align="center" height="30" bgcolor="#FFFFFF"><span style="font-size: 9pt">
公 司 传 真:</span></td>
<td bgcolor="#FFFFFF">
<span style="font-size: 9pt">
<%=rs2("business_fax")%></span></td>
</tr>
<tr>
<td align="center" height="30" style="background-color: #D7D7D7">
<span style="font-size: 9pt">公 司 网 页:</span></td>
<td style="background-color: #D7D7D7">
<span style="font-size: 9pt">
<%=rs2("corp_web")%></span></td>
</tr>
</table><%end if%>
<table border="0" width="350" id="table1" cellpadding="0" style="border-collapse: collapse">
<tr>
<td height="25" style="background-color: #F7F7F7">
<p align="center"><span style="font-size: 10pt">‖ <a href="javascript:window.close()">
<font color="#FF0000"><span style="text-decoration: none">关闭窗口</span></font></a> ‖</span></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -