📄 新建 文本文档.txt
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎使用移动电话业务</title>
<style type="text/css">
<!--
@import url("20041026_25175_stry_css.css");
-->
</style>
</head>
<body>
<tr>
<td height="25">
<%
xh=request("xh")
set rs=server.createobject("adodb.recordset")
conn = "DBQ=" + server.mappath("class_cj.mdb") + ";DefaultDir=;DRIVER={Microsoft Access Driver (*.mdb)};"
if request("xh")<>"" then
sql="select * from bbs1 where xh like'" & xh & "'"
else
sql="select top 1 * from bbs1"
end if
rs.Open sql,conn,1,1
totalput=rs.RecordCount
if rs.EOF and rs.BOF then
Response.Write "当前没有这个客户电话的相关信息~~~~~~~~~~"
else
%></td>
</tr>
</table>
<td height="25">
</tr>
</table>
<tr>
<td width="9%" align="center" height="25"> </td>
<td width="15%" align="center" height="25"> </td>
<td width="15%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="9%" align="center" height="25"> </td>
<td width="1%" align="center" height="25"> </td>
</tr>
</table> <%
do while not rs.eof
%>
<tr>
</tr>
</table></td>
</tr>
</table>
<div align="center">
<table border="0" width="560" height="807">
<tr>
<td height="31" width="554" colspan="2">
<p align="center"> <p align="center"><b><font size="5" face="华文琥珀">欢迎使用中国移动通讯业务</font></b><p align="center"> </td>
</tr>
<tr>
<td height="44" width="101"><font size="4" face="方正姚体">客户姓名:</font></td>
<td height="44" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("bj")%></u></font></td>
</tr>
<tr>
<td height="39" width="101"><font face="方正姚体" size="4">业务号码:</font></td>
<td height="39" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("xh")%></u></font></td>
</tr>
<tr>
<td height="35" width="101"><font face="方正姚体" size="4">手机卡号:</font></td>
<td height="35" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("kc")%></u></font></td>
</tr>
<tr>
<td height="38" width="101"><font face="方正姚体" size="4">证件号码:</font></td>
<td height="38" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("user")%>
</u>(你提供的证件是<%=rs("LX")%>)</font></td>
</tr>
<tr>
<td height="37" width="101"><font face="方正姚体" size="4">证件地址:</font></td>
<td height="37" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("dz")%></u></font></td>
</tr>
<tr>
<td height="39" width="101"><font face="方正姚体" size="4">入网费用:</font></td>
<td height="39" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("fy")%></u></font></td>
</tr>
<tr>
<td height="37" width="101"><font face="方正姚体" size="4">赠送费用:</font></td>
<td height="37" width="449" align="left"><font face="华文细黑" size="3"><u></span><%=rs("zshf")%></u></font></td>
</tr>
<tr>
<td height="35" width="101"><font face="方正姚体" size="4">实际话费:</font></td>
<td height="35" width="449" align="left"><font face="华文细黑" size="3"><u><%=rs("sjhf")%></u></font></td>
</tr>
<tr>
<td height="31" width="101"><font face="方正姚体" size="4">入网套餐:</font></td>
<td height="31" width="449" align="left"><font face="华文细黑" size="3"><u><%=rs("xq")%></u></font></td>
</tr>
<tr>
<td height="354" width="101" bordercolorlight="#000000">
<p align="center"> </p>
<p align="center"><font face="方正姚体" size="7">备</font></p>
<p align="center"> </p>
<p align="center"><font face="方正姚体" size="7">注</font></p>
<p align="center"> </p>
<p align="center"><font face="方正姚体" size="7">信</font></p>
<p align="center"> </p>
<p align="center"><font face="方正姚体" size="7">息</font></td>
<td height="354" width="449" bordercolorlight="#000000">
<p> </p>
<p><font size="3"> <font face="华文中宋"> 你提供的证件是<%=rs("LX")%>(如果是假的,在办理相关业务的时候会无法确认身份)</font></font></p>
<p><font size="3" face="华文中宋"> </font></p>
<p><font size="3" face="华文中宋"> 感谢使用移动通讯业务,详情咨询10086或15117845996</font></p>
<p> <p> <p> <p><font size="3" face="华文中宋"> <%=rs("cj")%></font></td>
</tr>
</table>
</div>
<div align="center"> <p align="justify"> </p>
</div>
</body>
<%
rs.movenext
loop
end if
rs.Close
set rs=nothing
set conn=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -