Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/07/2002, 15:28
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 23 años, 3 meses
Puntos: 50
Re: Se que debe ser una tonteria

<%while not RS.Eof%>
<H4>
<%=RS("TextoRespuesta"))%>
<%
if RS("porDefecto") then%>
<INPUT type="RADIO" name="respuestas" value= "1" checked>
<%
else
%>
<INPUT type="RADIO" name="respuestas" value= "<%=rs("TextoRespuesta")%>&qu ot; checked>
<%
end if
%>
<BR></H4>
<%
RS.MoveNext
wend%>
<%=Request.form("respuestas")%>

Por cierto.. para tienes el campo "Pordefecto".. te refieres a que si está vacío o porque lo incluyes..??




<html><center><embed src="http://www.angelfire.com/on/cobainss/Movie1.swf" height=80 width=200><BR></embed></center></html>