Hi,
<% for J=0 to ubound(FormField) %> <% if clng(DisplayField(J)) = -1 then %> <% if J=0 then 'Verify the 0 (zero) is the index of the ID, in case change %> <td align="left" nowrap class="<%=ThisClass%>"><a href="Detail.asp"><%=Rs(SearchField(J))%></td> <% else %> <%=Rs(SearchField(J))%> <% end if %> <% end if next %>
Gianluigi
|
|
|