Ver Mensaje Individual
  #4 (permalink)  
Antiguo 23/07/2002, 10:52
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, 4 meses
Puntos: 535
Re: Elementos de formularios

Código:
<form name="form6" method="post" action="">
<input type="checkbox" name="uno" value="checkbox" <%
If Algo_En_El_Servidor   = Valor_Verdadero   then
response.write "Checked"
end if
%>>
Opcion uno. 
</form>