response.write "<tr><td><img border=0 src=" & homeurl & "other/article/tmark.gif width=7 height=7 align=absmiddle><a href=" & homeurl & "announce/announce.asp?boardid=" & getdata(3,sql) & "&id=" & getdata(0,sql) & newwindow &_
" title=' 主题:" & fulltitle & "\n 作者:" &replace(htmlencode(getdata(5,sql)),"\","\\") & "" &left(replace(htmlencode(restoretime(getdata(4,sql))),"\","\\"),20) & " (hits:" & getdata(6,sql) &")'>" &_
replace(htmlencode(getdata(1,sql)),"\","\\") & "</a></td><td>" & htmlencode(getdata(5,sql)) & "</td>"
以上代码中,对比
response.write "<td><font color=red><i>" & left(replace(htmlencode(restoretime(getdata(4,sql))),"\","\\"),stime) & "</i></font></td>"
进行修改,加上<font size=数值>......</font> |