| 摄影作品 |
|
<%dim rsSmall,sqls
set rsSmall = server.CreateObject ("adodb.recordset")
sqls="select * from SmallClass where BigClassName='服务项目' and SMallclassname<>'平面设计' and smallclassname<>'网页设计' order by SmallClassID"
rsSmall.open sqls,conn,1,1
if rsSmall.eof and rsSmall.bof then
Response.Write ""
else
do while not rssmall.eof %>
| 产品摄影 |
|
| 人像摄影 |
|
| 公司企业摄影 |
|
| 活动摄影 |
|
| 创意摄影 |
|
| |
|
<%
rssmall.movenext
loop
end if
rssmall.close
set rssmall=nothing
%>
|