martha
03-09-2007, 08:43 AM
Please, have a look on my page (http://www.sotirioutravel.gr/prices2.asp).
I get data repeated, but horizontally.
What do I have to do to make them appear at right angles?
The code is
<tr > <% While ((Repeat1__numRows <> 0) AND (NOT air.EOF)) %> <th scope="row"><%=(air.Fields.Item("tour_name").Value)%></th> <td><%=(air.Fields.Item("lenght_id").Value)%></td> <td><%=(air.Fields.Item("price").Value)%></td> <td><%=(air.Fields.Item("pricep").Value)%></td> <td><%=(air.Fields.Item("pricem").Value)%></td> <td><%=(air.Fields.Item("depart").Value)%></td> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 air.MoveNext() Wend %> </tr>
Thank u in advance,
Martha
I get data repeated, but horizontally.
What do I have to do to make them appear at right angles?
The code is
<tr > <% While ((Repeat1__numRows <> 0) AND (NOT air.EOF)) %> <th scope="row"><%=(air.Fields.Item("tour_name").Value)%></th> <td><%=(air.Fields.Item("lenght_id").Value)%></td> <td><%=(air.Fields.Item("price").Value)%></td> <td><%=(air.Fields.Item("pricep").Value)%></td> <td><%=(air.Fields.Item("pricem").Value)%></td> <td><%=(air.Fields.Item("depart").Value)%></td> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 air.MoveNext() Wend %> </tr>
Thank u in advance,
Martha