欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

asp中最新新闻显示new图片的实现代码

程序员文章站 2022-04-14 19:03:58
2天内的现实new文字 <%if datediff("d",rs("date"),date())<2 then%> 2天内的现实new文字

<%if datediff("d",rs("date"),date())<2 then%><font color="#4fc5d9">new</font><%end if%>

七天之内显示new图片

<%if date()-rs("news_date")<7 then %> <img border="0" src="imges/new.gif" ><%end if%>