ASP新闻管理系统中的问题
body><h4class="STYLE1">新闻管理</h4><p><ahref="news.asp">管理现有新闻</a>(<%=(Recordset1_total)...
body>
<h4 class="STYLE1">新闻管理</h4>
<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="54%" align="center"><strong>新闻标题</strong></td>
<td width="17%" align="center"><strong>点击数</strong></td>
<td width="17%" 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"><%=(Recordset1.Fields.Item("djs").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>
看到截图了吧 添加好的新闻怎么横着显示出来 我要他竖着显示 一条一条的
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center"><%=(Recordset1.Fields.Item("djs").Value)%></td>
是这俩条的事??? 展开
<h4 class="STYLE1">新闻管理</h4>
<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="54%" align="center"><strong>新闻标题</strong></td>
<td width="17%" align="center"><strong>点击数</strong></td>
<td width="17%" 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"><%=(Recordset1.Fields.Item("djs").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>
看到截图了吧 添加好的新闻怎么横着显示出来 我要他竖着显示 一条一条的
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center"><%=(Recordset1.Fields.Item("djs").Value)%></td>
是这俩条的事??? 展开
1个回答
展开全部
......
<tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center"><%=(Recordset1.Fields.Item("djs").Value)%></td>
<td align="center">修改</td>
<td align="center">删除</td>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
</tr>
...
改成:
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<tr>
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center"><%=(Recordset1.Fields.Item("djs").Value)%></td>
<td align="center">修改</td>
<td align="center">删除</td>
</tr>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
<tr>
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center"><%=(Recordset1.Fields.Item("djs").Value)%></td>
<td align="center">修改</td>
<td align="center">删除</td>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
</tr>
...
改成:
<%
While ((Repeat1__numRows <> 0) AND (NOT Recordset1.EOF))
%>
<tr>
<td align="center"><%=(Recordset1.Fields.Item("bt").Value)%></td>
<td align="center"><%=(Recordset1.Fields.Item("djs").Value)%></td>
<td align="center">修改</td>
<td align="center">删除</td>
</tr>
<%
Repeat1__index=Repeat1__index+1
Repeat1__numRows=Repeat1__numRows-1
Recordset1.MoveNext()
Wend
%>
追问
你把哪改了?
追答
放到了while循环体里面了
北京磐安云创科技有限公司_
2023-02-01 广告
2023-02-01 广告
价格只是购买产品或服务过程中的一项指标,如果单纯只比较价格,其实考虑并不是那么周到。价格、质量、服务、口碑、是否合适自己的情况等都需要一起考虑。以上回答如果还觉得不够详细,可以来咨询下北京磐安公司。北京磐安公司是一家专业从事高新软件的技术公...
点击进入详情页
本回答由北京磐安云创科技有限公司_提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询