Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/02/2004, 15:13
Avatar de PMP
PMP
 
Fecha de Ingreso: febrero-2003
Ubicación: Chacabuco - Buenos Aires
Mensajes: 214
Antigüedad: 22 años, 2 meses
Puntos: 1
Es algo así lo que querés hacer?


<%
varTipo = Rs.fields.item("tipogasto")
%>
<input name="combo" type="radio" value="A" <%If varTipo = "A" then Response.Write("checked"%>>Bencina<br>
<input name="combo" type="radio" value="B" <%If varTipo = "B" then Response.Write("checked"%>>Viatico<br>
<input name="combo" type="radio" value="C" <%If varTipo = "C" then Response.Write("checked"%>>Esto<br>
<input name="combo" type="radio" value="D" <%If varTipo = "D" then Response.Write("checked"%>>Aquello


Espero que te sirva, saludos!!!