| |
|
|
| |
| |
 |
|
|
| |
<%
if otherkind=0 then
if id=0 then
sqlcmd="select * from letter where bigkind=54 and logoimg<>'nothing.gif' order by pubDate desc"
else
sqlcmd="select * from letter where bigkind=54 and logoimg<>'nothing.gif' and letterkind="&id&" order by pubDate desc"
end if
else
if id=0 then
sqlcmd="select * from letter where bigkind=54 and logoimg<>'nothing.gif' and otherkind="&otherkind&" order by pubDate desc"
else
sqlcmd="select * from letter where bigkind=54 and logoimg<>'nothing.gif' and letterkind="&id&" and otherkind="&otherkind&" order by pubDate desc"
end if
end if
rs.open sqlcmd,conn,1,1,1
%>
| |
资料整理中 |
|
|