教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 精品文档 > 高等教育 >

asp在线论坛系统设计(4)

来源:网络收集 时间:2026-08-16
导读: 到 个回复,共有 个回复 1 then %>?page=1 class=\第一页 ?page= class=\上一页 rsreply.pagecount then %> ?page= class=\下一页 ?page= class=\最后一页 4.3发表主题信息 发表主题信息是论坛为了互相讨论话题而诞

<% rsreply.movenext flag=flag+1 if rsreply.eof then exit for next %>

到 <%=((page-1)*rsreply.pagesize+flag)%> 个回复,共有 <%=(rsreply.recordcount)%> 个回复

1 then %>?page=1 class=\第一页 ?page=<%=(page-1)%> class=\上一页 <%end if if page<>rsreply.pagecount then %>

?page=<%=(page+1)%> class=\下一页 ?page=<%=rsreply.pagecount%> class=\最后一页 <%end if %>

<%end if %>

4.3发表主题信息

发表主题信息是论坛为了互相讨论话题而诞生的,发表主题信息就是表达自己的看法,与他人进行讨论,因此主题信息是论坛首要的功能。用户在查看主题信息页面中,单击“贴新主题”或“新话题”超级链接,都可以进入“发表新主题”的页面,发表主题信息。运行结果如4.3所示。

(1) 利用包含文件命令#include file 引用数据库配置文件,即可以访问数据库。