 |
| 客户一览 |
|
<%dim rsSmall,sqls
set rsSmall = server.CreateObject ("adodb.recordset")
sqls="select * from products where BigClassName='客户一览' and smallclassname='客户一览' order by ID desc"
rsSmall.open sqls,conn,1,1
if rsSmall.eof and rsSmall.bof then
Response.Write ""
else
do while not rssmall.eof %>
<%if rssmall("title")<>"无名称" then%>
| BONO宝鸟服饰 |
|
| 资生堂 |
|
| 中国优生优育协会 |
|
| COCACOLA |
|
| HP惠普 |
|
| 通用医疗 |
|
| BENQ明基电脑 |
|
| IR英格索兰 |
|
| 女友杂志 |
|
| MBI台湾鼎石化妆品 |
|
| XING行网 |
|
| Q&X英国凯安斯服饰 |
|
| VIEWSONIC美国优派显示器 |
|
<%else%>
<%END IF%>
<%
rssmall.movenext
loop
end if
rssmall.close
set rssmall=nothing
%>
|
|
|
|