新闻系统用到的,3天之内的发表的新闻标题显示红色,反之显示其它的颜色。

  If date() - myrs("newsdate") <= 3 Then

<%@language="VBscript"%>
<%Response.Expires=0%>
<!--#include file="conn.asp" -->

<%
newsort=Request.QueryString("Id")
set myrs=server.CreateObject("Adodb.recordset")
myrs.Open "select top 5 id,title,newsdate from news_purpose1 where indexsign='1' and newsort="&newsort&" order by id desc",conn,1,1
if myrs.RecordCount<>0 then
  Response.Write "document.write('<table width=100% border=0 cellspacing=0 cellpadding=0 >');"
  do until myrs.EOF
  If date() - myrs("newsdate") <= 3 Then
  title1="<font color='red'>"&left(myrs("title"),22)&"</font>"
  else
  title1=left(myrs("title"),22)
  end if
      title_str="<tr><td >&nbsp;<img src='images/dot2.jpg' width='3' height='5'>&nbsp;<a href='cn/dynamic_detail.asp?id=" & myrs("id") & "' target='_blank' class=a02>" & title1 & "</a></td><td width=50> <font color=#666666 class=a02>"
      title_str=title_str & month(myrs("newsdate")) & "-" & day(myrs("newsdate")) & "</font></td><tr>"    
      Response.Write "document.write(" & chr(34) & title_str & chr(34) & ");"
  myrs.MoveNext
  loop
  Response.Write "document.write('<tr><td align=right  colspan=2><a href=cn/dynamic.asp?newsortId="&newsort&" class=a03>更多...</a>&nbsp;</td></tr>');"
  Response.Write "document.write('</table>');"
else
 
end if

myrs.Close
set myrs=nothing
conn.close
set conn=nothing
%>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值