ASP新闻标题后面加new图片
现在在用的代码只能显示当天的document.write('<%ifbb=1then%><imgsrc="images/006.gif"><%endif%><%ifbb=...
现在在用的代码 只能显示当天的
document.write('<%if bb=1 then%><img src="images/006.gif"><%end if%><%if bb=2 then%><img src="images/g.gif"><%end if%> <font class=3><A href="<%=path%>ReadNews.asp?NewsID=<%=rs("NewsID")%>" title="<%=title%>" target="_blank"><%=left(title,nn)%></A><%if tt=1 then%><FONT color="#666666">[<%=month(rs("updatetime"))%>-<%=day(rs("updatetime"))%>]<% end if %><%if year(rs("updatetime"))=year(date()) and month(rs("updatetime"))=month(date()) and day(date())=day(rs("updatetime")) then%><img src="images/new.gif"><%end if%></FONT><br>')
先要修改为3天内都显示new.gif那个小图片 如何修改~
挺简单的 送分了~ 展开
document.write('<%if bb=1 then%><img src="images/006.gif"><%end if%><%if bb=2 then%><img src="images/g.gif"><%end if%> <font class=3><A href="<%=path%>ReadNews.asp?NewsID=<%=rs("NewsID")%>" title="<%=title%>" target="_blank"><%=left(title,nn)%></A><%if tt=1 then%><FONT color="#666666">[<%=month(rs("updatetime"))%>-<%=day(rs("updatetime"))%>]<% end if %><%if year(rs("updatetime"))=year(date()) and month(rs("updatetime"))=month(date()) and day(date())=day(rs("updatetime")) then%><img src="images/new.gif"><%end if%></FONT><br>')
先要修改为3天内都显示new.gif那个小图片 如何修改~
挺简单的 送分了~ 展开
2个回答
展开全部
document.write('<%if bb=1 then%><img src="images/006.gif"><%end if%><%if bb=2 then%><img src="images/g.gif"><%end if%> <font class=3><A href="<%=path%>ReadNews.asp?NewsID=<%=rs("NewsID")%>" title="<%=title%>" target="_blank"><%=left(title,nn)%></A><%if tt=1 then%><FONT color="#666666">[<%=month(rs("updatetime"))%>-<%=day(rs("updatetime"))%>]<% end if %><%if date-rs("updatetime")<=3 then%><img src="images/new.gif"><%end if%></FONT><br>')
展开全部
shijian1=year(rs("updatetime"))&"-"&month(rs("updatetime"))&"-"&day(rs("updatetime"))
shijian2=year(date())&"-"&month(date())&"-"&day(date())
shijian=abs(datediff("d",shijian1,shijian2))
document.write('<%if bb=1 then%><img src="images/006.gif"><%end if%><%if bb=2 then%><img src="images/g.gif"><%end if%> <font class=3><A href="<%=path%>ReadNews.asp?NewsID=<%=rs("NewsID")%>" title="<%=title%>" target="_blank"><%=left(title,nn)%></A><%if tt=1 then%><FONT color="#666666">[<%=month(rs("updatetime"))%>-<%=day(rs("updatetime"))%>]<% end if %><%if cint(shijian)<4 then%><img src="images/new.gif"><%end if%></FONT><br>')
shijian2=year(date())&"-"&month(date())&"-"&day(date())
shijian=abs(datediff("d",shijian1,shijian2))
document.write('<%if bb=1 then%><img src="images/006.gif"><%end if%><%if bb=2 then%><img src="images/g.gif"><%end if%> <font class=3><A href="<%=path%>ReadNews.asp?NewsID=<%=rs("NewsID")%>" title="<%=title%>" target="_blank"><%=left(title,nn)%></A><%if tt=1 then%><FONT color="#666666">[<%=month(rs("updatetime"))%>-<%=day(rs("updatetime"))%>]<% end if %><%if cint(shijian)<4 then%><img src="images/new.gif"><%end if%></FONT><br>')
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询