
14/12/2009, 07:21
|
| | Fecha de Ingreso: septiembre-2008 Ubicación: Lanzarote, Canarias
Mensajes: 486
Antigüedad: 16 años, 6 meses Puntos: 41 | |
Respuesta: Javascript en echo de php...es posible?
Código:
echo '<input type ="text" name="hola" />
<input type="radio" name="holas" value="ks" ONCLICK="javascript:document.getElementById(\'hey\').disable=\'true\';" />
<input type="text" id="hey" />';
|