网站菜鸟,asp+access 数据库中增加了news表,包括自动编号(自动增加,键)bt,nr。在新闻管理中出现问题
每添加一条记录,总是出现在一行的最前面,不分行。百思不得其解。哪位大仙帮帮我。代码太多贴不全,后面还有一个记录集导航条。帮忙看一下吧<body><h3>新闻管理</h3>...
每添加一条记录,总是出现在一行的最前面,不分行。百思不得其解。哪位大仙帮帮我。
代码太多贴不全,后面还有一个记录集导航条。帮忙看一下吧
<body>
<h3>新闻管理</h3>
<p><a href="news.asp">管理新闻</a> (<%=(Recordset1_total)%>)<a href="news_tj.asp">添加新闻</a></p>
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="76%" align="center"><strong>新闻标题</strong></td>
<td width="12%" align="center"><strong>修改</strong></td>
<td width="12%" align="center"><strong>删除</strong></td>
</tr>
<tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center">修改</td>
<td align="center">删除</td>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
</tr>
</table>
<table border="0">
<tr>
<tr> 展开
代码太多贴不全,后面还有一个记录集导航条。帮忙看一下吧
<body>
<h3>新闻管理</h3>
<p><a href="news.asp">管理新闻</a> (<%=(Recordset1_total)%>)<a href="news_tj.asp">添加新闻</a></p>
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="76%" align="center"><strong>新闻标题</strong></td>
<td width="12%" align="center"><strong>修改</strong></td>
<td width="12%" align="center"><strong>删除</strong></td>
</tr>
<tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center">修改</td>
<td align="center">删除</td>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
</tr>
</table>
<table border="0">
<tr>
<tr> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询