|
 |
其它眼镜产品生产许可证 |
<%
page=clng(request("page"))
Set rs=Server.CreateObject("ADODB.RecordSet")
if b_soft_id<>"" and s_soft_id <>"" then
sql="select * from news where BigClassName='"&b_soft_id&"' and SmallClassName='"&s_soft_id&"' order by id desc"
rs.Open sql,conn,1,1
elseif b_soft_id<>"" then
sql="select * from news where BigClassName='"&b_soft_id&"' order by id desc"
rs.Open sql,conn,1,1
end if
if rs.eof and rs.bof then
response.Write("暂时没有")
else
%> |
| |
|
|