Tema
:
DUDA: Deshabilitar Botón si cumple con un valor
Ver Mensaje Individual
#
2
(
permalink
)
03/03/2006, 12:44
claudiovega
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 meses
Puntos: 11
Será esto?
Código PHP:
<input name="op1" type="checkbox" id="op1" value="1"
<?
if (
$op1
==
"1"
) echo
"checked disabled"
;
?>
>
claudiovega
Ver Perfil
Buscar todos los Mensajes de claudiovega