<%option explicit%>
<!--#include file="Conn.asp"--->
<%
dim rs
dim sql
set rs=server.createobject("adodb.recordset")
sql="select * from guang order by id desc"
rs.open sql,conn,1,1
%>
<html>
<head>
<title>Untitled Document</title>
<META HTTP-EQUIV="Refresh" content="0;url=uesr_xx_blank.htm"> 

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6f6f6;
}
-->
</style>
<link href="css/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style4 {color: #225400; font-weight: bold; }
.style5 {
	color: #000000;
	font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="580"  border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><img src="images/top_list.jpg" width="205" height="55"></td>
        <td valign="bottom"><a href="uesr_xx01.asp"><img src="image/xx_02.jpg" width="102" height="20" border="0"></a></td>
        <td valign="bottom"><a href="uesr_xx02.htm"><img src="image/xx_03.jpg" width="91" height="20" border="0"></a></td>
      </tr>
    </table></td>
    <td width="145"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center"><img src="image/logo2.gif" width="145" height="36"></td>
      </tr>
      <tr>
        <td align="center"><a href="../index_cn.htm" target="_parent"><img src="images/cn.jpg" width="105" height="27" border="0"></a></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="580"  border="0" cellpadding="3" cellspacing="0">
  <tr>
    <td height="400" valign="top"><br>
      <table width="100%"  border="0" cellspacing="0" cellpadding="3">
        <tr>
          <td align="center" bgcolor="B0DE5A" class="a"><span class="style5">Companies List</span></td>
        </tr>
        <tr>
          <td bgcolor="E7FAC4"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
            <tr align="center">
              <td width="30%"><span class="style4">


 Floor &amp; Unit Number  </span></td>
              <td><span class="style4">Company Name</span></td>
            </tr>
          </table></td>
        </tr>
        <tr>
          <td><table width="100%"  border="0" cellspacing="0" cellpadding="3">
            <%
dim f
f=1
do while not rs.eof%>
            <tr bgcolor=<%if (f mod 2)=0 then 
response.write "#ffffff"
else response.write "#f7f7f7" 
end if%>>
              <td width="30%" align="center"><font color="#666666"><%=rs("cell")%></font></td>
              <td><a href="uesr_xx04.asp?id=<%=rs("id")%>"><font color="#666666"><%=rs("enname")%></font></a></td>
            </tr>
            <%f=f+1
   rs.movenext
   if f>200 then
      exit do
   end if
loop
%>
          </table></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td align="right">&nbsp;</td>
  </tr>
</table>
</body>
</html>
