Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/07/2002, 15:05
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 1 mes
Puntos: 535
Re: ocultar input depende la condicion

<% if request("hola")= 0 then %>
<input type="hidden" name="apellido" value="<%="algo"%>">
<% Else %>
<input type="text" name="apellido" value="<%="algo"%>">
<% end if %>