Catalogue Download Page
|
|
You could download our catalog of lacquerware by the following
links:
(to download the catalog, right click on the link, and then
click SAVE AS)
|
|
|
|
 |
| |
<%
Set rs2=Server.CreateObject("ADODB.recordset")
sql2="select class,classid from NEXT1 order by top1 desc"
rs2.open sql2,conn,1,3
if rs2.bof and rs2.eof then
response.write "没有任何分类"
else
while not rs2.eof
%>
| |
<%rs2.movenext
wend
end if%>
|
| |
|