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

📄 manage_dlsqshow.asp

📁 增添网站节日气氛
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<%
	id = request("id")
	set rs = server.CreateObject("adodb.recordset")
	rs.open"select * from Actfor",conn,1,3
%>
<body>
<table width="80%" border="0" align="center">
  <tr>
    <td align="center"><font style="font-size:9pt;"><strong>查看代理详细信息</strong></font></td>
  </tr>
</table>
<table width="80%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolordark="#cccccc" bordercolorlight="#00CCFF">
  <tr>
    <td width="10%"><font style="font-size:9pt;">您的姓名:</font></td>
    <td width="90%"><font style="font-size:9pt;"><%=rs("name")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">性别:</font></td>
    <td><font style="font-size:9pt;"><%=rs("sex")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">年龄:</font></td>
    <td><font style="font-size:9pt;"><%=rs("age")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">您的单位:</font></td>
    <td><font style="font-size:9pt;"><%=rs("company")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">联系方法:</font></td>
    <td><font style="font-size:9pt;"><%=rs("Contact")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">通讯地址:</font></td>
    <td><font style="font-size:9pt;"><%=rs("address")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">邮政编码:</font></td>
    <td><font style="font-size:9pt;"><%=rs("postal")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">申请区域:</font></td>
    <td><font style="font-size:9pt;"><%=rs("Region")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">意向产品:</font></td>
    <td><font style="font-size:9pt;"><%=rs("productname")%></font></td>
  </tr>
  <tr>
    <td><font style="font-size:9pt;">E-mail:</font></td>
    <td><font style="font-size:9pt;"><%=rs("email")%></font></td>
  </tr>
</table>
<table width="80%" border="1" align="center" cellpadding="0" cellspacing="0"  bordercolordark="#cccccc" bordercolorlight="#00CCFF">
  <tr>
    <td align="center"><a href="#" onclick="javascript:history.go(-1)"><font style="font-size:9pt;">返回</font></a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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