简单的浮点论坛

2016-01-29 17:31 7 1 收藏

简单的浮点论坛,简单的浮点论坛

【 tulaoshi.com - ASP 】

  简单的做了一个,扫描一次数据库可得一棵树
-----index.asp------

<html

<head
<title浮点论坛</title</head

<body marginwidth="0" marginheight="0"
<div align="center"
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="24"
<tr
<td width="80" </td
<td<a href="#form"发新贴</A</td
</tr
</table

<br
<table border="0" width="90%" cellspacing="0" cellpadding="0"
<% set dbr = server.createobject("adodb.recordset")%
<% dbr.pagesize = 50 %
<% dbr.CacheSize = dbr.pagesize %
<% dbr.open "select * from forum where (isdel = 'n') order by id desc",application("oledb") ,1,1%
<% msgcount=dbr.recordcount %
<% msgpcount=dbr.pagecount %
<% pagelist=request("pagelist") %
<% if CINT(pagelist) dbr.pagecount then pagelist = dbr.pagecount %
<% if CINT(pagelist) < 1 then pagelist=1 %
<% dbr.AbsolutePage=pagelist %
<% for i= 1 to dbr.pagesize %
<tr
<td width="100%" valign="top" align="left" colspan="2"
<table border="0" width="100%" cellspacing="0" cellpadding="0"
<tr
<td width="25%" 姓名:<%=rtrim(dbr("name")) %</td
<td width="25%" <% if rtrim(dbr("email"))<"" then %<%rtrim(dbr("email"))%<% end if %</td
<td width="25%" 时间:<%= datevalue(dbr("thedate")) %</td
<% a= cdbl(dbr("id")) %
<% next %
<td width="25%"<a href="reply.asp?id=<%=a%"回复</a</td
</tr
</table
</td
</tr
<tr
<td width="100%" valign="top" align="left" colspan="2"<%=rtrim(dbr("title")) %</td
</tr
<tr
<td width="100%" valign="top" align="left" colspan="2"<%=replace(server.htmlencode(rtrim(dbr("comm"))),chr(13),"<br") %</td
</tr
<% dbr.movenext %
<% if dbr.EOF Then Exit For %
<% next %
<tr
<td align="right" height="30" width="500"<a href="index.asp?pagelist=<%=CINT(pagelist)+1% "<span class="link"更多</span</td
<td align="right" height="30" </td
</tr
</table
<form method="POST" action="add.asp"
<table border="0" width="90%" cellspacing="0" cellpadding="0"
<tr
<td width="12%" class="title"<b姓  名:</b</td
<td width="88%"
<input type="text" name="name" size="30" class="name"
</td
</tr
<tr
<td width="12%" class="title"<bE-mail:</b</td
<td width="88%"
<input type="text" name="email" size="30" class="box"
</td
</tr
<tr
<td width="12%" class="title"<b标  题:</b</td
<td width="88%"
<input type="text" name="title" size="30" class="box"
</t

来源:http://www.tulaoshi.com/n/20160129/1501761.html

延伸阅读
标签: PHP
  reguse.inc.php处理注册用户时的信息 <? function regok($mess,$reginfo)       //记录成功后输出用户信息 { echo "<table width='70%' border='0' cellspacing='0' cellpadding='0' bgcolor='#000000' align='center'"; echo "<tr<td<table width='100%' bor...
标签: PHP
  POST.PHP发布主题的页面,发布的信息提交到OKEY.PHP中去处理。 <html <head <title论坛发帖</title <meta http-equiv="Content-Type" content="text/html; charset=gb2312" <STYLE type=text/css P {FONT-FAMILY: normal; FONT-SIZE: 9pt; LINE-HEIGHT: 14pt} DIV {FONT-FAMILY: normal; ...
标签: PHP
        相信每一个到过OSO的人都会对OSO的论坛留下极深的印象,这个论坛无论从那一方面来说都是比较出色的。你想不想你的主页也有这么一个漂亮的论坛呢,其实并不太复杂的,下面我们仅从一些基本的部分来实现对OSO论坛的模仿。     由于我仅仅是使用这个论坛作为我的留言板,所以我的论坛...
标签: PHP
  ##################### # func.php ######### #################### <?php require("config.inc.php"); ##### 检查用户是否存在 ##### function is_user_exits($name) {          $name=trim($name);          $name=...
标签: PHP
  ## index.php <html <head <title论坛</title <meta http-equiv="Content-Type" content="text/html; charset=gb2312" </head <frameset cols="125,*" rows="*" border="0" frameborder="0"     <frame src="http://i...

经验教程

241

收藏

92
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部