 |
 |
|
 |
<%
dim news_lch,sql_news_lch
set news_lch=server.CreateObject("adodb.recordset")
sql_news_lch="Select top 6 * from news where cataid=6 order by id asc"
news_lch.Open sql_news_lch,conn,1,1
if not news_lch.eof then
do while not news_lch.EOF
%>
', '_blank')" style="CURSOR:hand">
| ·<%=news_lch("title")%> |
', '_blank')" style="CURSOR:hand">
 |
<%
news_lch.movenext
loop
end if
news_lch.close
set news_lch = nothing
%>
 |
 |
|
 |
|
 |
 |
 |
<%
dim news_hy,sql_news_hy
set news_hy=server.CreateObject("adodb.recordset")
sql_news_hy="Select top 6 * from news where cataid=3 order by id desc"
news_hy.Open sql_news_hy,conn,1,1
if not news_hy.eof then
do while not news_hy.EOF
%>
', '_blank')" style="CURSOR:hand" onMouseOver="this.style.backgroundColor='#F5F5F5';" onMouseOut="this.style.backgroundColor='';">
| ·<%=news_hy("title")%> |
<%
news_hy.movenext
loop
end if
news_hy.close
set news_hy = nothing
%>
|
 |
|
 |
|
 |
 |
 |
<%
dim news_fx,sql_news_fx
set news_fx=server.CreateObject("adodb.recordset")
sql_news_fx="Select top 6 * from news where cataid=4 order by id desc"
news_fx.Open sql_news_fx,conn,1,1
if not news_fx.eof then
do while not news_fx.EOF
%>
', '_blank')" style="CURSOR:hand" onMouseOver="this.style.backgroundColor='#F5F5F5';" onMouseOut="this.style.backgroundColor='';">
| ·<%=news_fx("title")%> |
<%
news_fx.movenext
loop
end if
news_fx.close
set news_fx = nothing
%>
|
 |
|
 |
|