![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/12/2004, 22:18
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 96
Antigüedad: 20 años, 1 mes Puntos: 0 | |
necesito ayuda porfavor hola estoy haciendo un pagina la cual quiero que en el formulario un chickbox cuando contenga la palomita dejara activar el
<input name='rfc' type='text' size='28' maxlength='100'> mi codigo es el siguiente espero me puedan ayudar
<form name="form1" method="post" action="">
<p><font face="Verdana, Arial, Helvetica, sans-serif">
<input name="checkbox" type="checkbox" value="checkbox" checked>
Si </font></p>
<?php
if(checkbox != false)
{
echo " <input name='rfc' type='text' size='28' maxlength='100'>";
}
else
{
echo "sin RFC";
}
?>
<p> </p>
</form> |