|
|
|
 |
首页>生产许可证>生产许可证办证指南 查询生产许可证请到国家质检总局网站,我们不负责查询,谢谢! |
|
|
|
<%
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
%>
|
|