<% If IsFlash2="Yes" Then %> <% Else %> <% end If%>

新闻中心  

<% end if rsnews.close set rsnews=nothing %>
<%= rsnews("title") %>
双击自动滚屏 发布者:<%= rsnews("user") %> 发布时间:<%= rsnews("AddDate") %> 阅读:<%= rsnews("hits") %>次 【字体:

<%=rsnews("content") %>
 
 
<%If Commentok="True" Then%>

 相关评论

<%set rs3 = server.CreateObject("adodb.recordset") sql="select * from comment where com_typeid="&id&" and Com_Pub=1 order by com_id desc" rs3.open sql,conn,1,1 if rs3.bof and rs3.eof then %>
暂无评论

<%else do while not rs3.eof %>
   评论人:<%=Replace(Replace(rs3("com_name"),"<","<"),">",">")%>  评论时间:<%=rs3("com_date")%>
<%response.write "    " & rs3("com_content") & "
"%>

<%rs3.movenext loop end if rs3.close%>
 发表评论
 呢称:
 评论内容:
<%Else%>

 相关评论

  <%=Commentno%>

<%End if%>
打印本页 || 关闭窗口