<!--#include file="conn.asp"-->
<!--#include file="admin.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sqltext="select * from search where ID="&request("ID")
rs.open sqltext,conn,1,1
%>
<html>
<head>
<title>汇搜网管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.title{BACKGROUND-IMAGE:url('image/titlebg.gif');COLOR:000000;}
.table_southidc{BACKGROUND-COLOR: EEF4EA;}
.td_southidc{BACKGROUND-COLOR: F2F8FF;}
.tr_southidc{BACKGROUND-COLOR: FFF;}

.t1 {font:12px 宋体;color:#000000} 
.t2 {font:12px 宋体;color:#ffffff} 
.t3 {font:12px 宋体;color:#ffff00} 
.t4 {font:12px 宋体;color:#800000} 
.t5 {font:12px 宋体;color:#191970} 

.weiqun:hover{
	Font-unline:yes;
	font-family: "宋体";
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #CCCCCC;
}
td {
	font-size: 12px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

-->
</style>
</head>

<body>

<TABLE width="462" height="387" border=0 align="center" cellPadding=2 cellSpacing=1 
            borderColorLight=#ffffff borderColorDark=#cccccc bgColor=#cccccc class="table_southidc">
    <TR bgColor=#ffffff>
      <TD align=center width="26%">购买产品名称：</TD>
      <TD width="74%"><%=rs("sale_type")%>
      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center>网站名称：</TD>
      <TD>
      <%=rs("web")%></TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center> 网址：</TD>
      <TD>
      <%=rs("url")%></TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">网站简介：</TD>
      <TD>
      <%=rs("introduce")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">网站所在区域</TD>
      <TD>
      <%=rs("area")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">电子邮件：</TD>
      <TD>
      <%=rs("email")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">企业名称：</TD>
      <TD>
      <%=rs("corname")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">联系人：</TD>
      <TD>
      <%=rs("linkman")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">联系电话：</TD>
      <TD>
      <%=rs("tel")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%">传真：</TD>
      <TD>
      <%=rs("fax")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center width="26%"> 手机：</TD>
      <TD>
      <%=rs("handset")%>      </TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD align=center> 通讯地址：</TD>
      <TD>
      <%=rs("address")%></TD>
    </TR>
    <TR bgColor=#ffffff>
      <TD height="29" align=center>邮编：</TD>
      <TD>
      <%=rs("zipcode")%>      </TD>
    </TR>
</TABLE>
<div align="center"><br>
  <%
call CloseConn()
%>
    <a href="javascript:window.close();">关闭</a></div>
