Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/07/2005, 11:47
Avatar de sjam7
sjam7
 
Fecha de Ingreso: diciembre-2001
Ubicación: Guadalajara, Mexico
Mensajes: 3.672
Antigüedad: 23 años, 4 meses
Puntos: 16
y algo asi:
Código:
 while not res.eof 
%>
<tr> 
<td width="2%" valign="top"><strong>P:</strong></td>
<td width="98%" valign="top">
<a href="faq.asp?id=res("id")&swaux=<%=i%>&categoria=<%=categoria%>"><%=res("pregunta")%></a>
		</td>
	   </tr>
	    <%
	
		If request("id")=res("id") then%>
	   <tr> 
		<td valign="top"><strong>R:</strong></td>
		<td valign="top"><%= res("respuesta")%></td>
	   </tr>
	   <%end if
	   res.movenext
	   	   
	   wend
Esto seria tomando como que res("id") es el id de la pregunta