.right{float:right}
</style>
<td width="46%" valign="top"><!--公司新闻开始 -->
<%
set rs=server.createobject("adodb.recordset")
exec="select top 15 * from [news] where ssfl=1 order by id desc " '如修改了新闻类别,请在这里做相应修改.
rs.open exec,conn,1,1
if rs.eof and rs.bof then
%>
暂无公司新闻!
<%
else
end if
'response.write"<b><font color='#990000'>公司新闻</font></b>
"%>
<div class='box112'>
<ul>
<%
do while not rs.eof
%>
<li><a href="shownews.asp?id=<%=rs("id")%>"><%=left(rs("title"),30)%></a><span class="right"><%=month(rs("data"))%>-<%=day(rs("data"))%></span><</li>
<li><a href="shownews.asp?id=<%=rs("id")%>">新闻标题</a>9-20/li><!--实例行,请删除-->
<%
rs.movenext
loop
%>
</ul>
<div>
</td>
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)