Ver Mensaje Individual
  #3 (permalink)  
Antiguo 31/05/2006, 10:32
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola utopiko

Simplifiquemos un poco el código:
Código PHP:
<html>
<
head>
<
title>Documento sin t&iacute;tulo</title>
</
head>

<
body>
<
form id="form1" name="form1" method="post" action="">
  <
p>
    <
input type="checkbox" name="chkcli" value="checkbox" onclick="clientes.disabled = !this.checked"/>
</
p>
  <
p>
    <
select disabled name="clientes">
      <
option>d</option>
      <
option>d</option>
      <
option>d</option>
      <
option>f</option>
    </
select>
  </
p>
</
form>
</
body>
</
html
Saludos,