[thelist] ASP help

Robert Stewart rob at dieseldesign.com
Wed Oct 25 16:23:55 CDT 2000


I'm attempting this loop is asp to create 2 rows with 3 colums in each. The
output I get is one row with 6 colums. Can someone please tell me what's
wrong here?

<snippet>

          <tr align="left" valign="top">
<%var inloop;
 inloop=1;
do{%>

				<%while ((Repeat1__numRows-- != 0) && (!Recordset1.EOF))
{%>
            <td class="bodytext" height="110">
              <p><b><%=(Recordset1.Fields.Item("Date").Value)%></b><br>
                <A
HREF="javascript:openAdWindow('detail.asp?id=<%=Recordset1.Fields.Item("Stor
yID").Value %>')"><%=(Recordset1.Fields.Item("Title").Value)%></A><br>
                &nbsp; </p>
            </td>
            <%
Repeat1__index++;
Recordset1.MoveNext();}%>

<%inloop = inloop + 1}
while (inloop <= 3) %>
</tr>

</snippet>

TIA

Rob





More information about the thelist mailing list