ASP代码中的JS新闻调用代码怎么能让最新的新闻条目后显示NEW图标。主要是代码怎么修改。 10

Ifmode="js"Thenresponse.write(HtmlToJs(outCallStyle&"<tablewidth='"&width&"'height='"... If mode="js" Then
response.write(HtmlToJs(outCallStyle &"<table width='"& width &"' height='"& height &"' cellpadding='0' cellspacing='0' class='OTCMStable'><tr>"))
infoNum = 0
Set infoexe=conobj.execute("select top "& recordNum &" IF_ID,IF_time,IF_theme,IF_img,IF_infoTypeDir,IF_datetimeDir,IF_URL from OT_info where IF_isAudit=1 and IF_state=1"& whereStr &" order by IF_"& orderSort &" DESC"& infoIdWhereStr)
If isImgNews=1 Then
Do Until infoexe.EOF
infoNum = infoNum + 1
If imgTheme=1 Then theme=StrLen(infoexe("IF_theme"),maxLen) Else theme=""
If Len(""& infoexe("IF_URL"))>3 Then hrefStr=infoexe("IF_URL") Else hrefStr=Url_NewsShowID(infoexe("IF_infoTypeDir"),infoexe("IF_datetimeDir"),infoexe("IF_ID"),0)
response.write(HtmlToJs("<td style='"& rowHeight &"width:"& tdWidth &"%;' valign='top' align='center'><a href='"& hrefStr &"' class='OTCMSfont' target='_blank'><img src='"& InfoImgFullUrl(infoexe("IF_img"),InfoImgDir) &"' style='width:"& imgW &"px;height:"& imgH &"px;' class='OTCMSimg' /><br />"& theme &"</a></td>"))
If infoNum Mod cols = 0 Then response.write(HtmlToJs("</tr><tr>"))
infoexe.moveNext()
Loop
Else
Do Until infoexe.EOF
infoNum = infoNum + 1
If Len(""& infoexe("IF_URL"))>3 Then hrefStr=infoexe("IF_URL") Else hrefStr=Url_NewsShowID(infoexe("IF_infoTypeDir"),infoexe("IF_datetimeDir"),infoexe("IF_ID"),0)
response.write(HtmlToJs("<td style='"& rowHeight &"width:"& tdWidth &"%;padding-left:3px;'><div style='float:right;'>"& TimeFormat(infoexe("IF_time")) &"</div><li><a href='"& hrefStr &"' class='OTCMSfont' target='_blank' title="& theme &"> "& StrLen(infoexe("IF_theme"),maxLen) &"</a>【在这里增加NEW图标】</li></td>"))
If infoNum Mod cols = 0 Then response.write(HtmlToJs("</tr><tr>"))
infoexe.moveNext()
Loop
End If
infoexe.close
Set infoexe=Nothing
response.write(HtmlToJs("</tr></table>"))
展开
 我来答
酌酒一杯家
2014-05-15 · 知道合伙人数码行家
酌酒一杯家
知道合伙人数码行家
采纳数:1277 获赞数:1719
计算业行业10年从业经验,熟悉计算机软硬件及计算机设计制造流程,现任EVOC产品工程师。

向TA提问 私信TA
展开全部
最新的一条新闻,肯定是最后一条,那么它的 ID 肯定是最大的,用这个来判断增加就好了。
或者用时间来判断,距离今天时间最短的就加上NEW。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式