30/09/2008, 23:50
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años Puntos: 61 | |
Respuesta: poner foco en textbox y boton Cambia el principio así:
Código:
<script>
function $(id){
return document.getElementById.(id);
}
function h(){
$('s').disabled=($('1').value.length>0 && $('2').value.length>0&& $('3').value.length>0&& $('4').value.length>0&& $('5').value.length>0&& $('6').value.length>0)?0:1;
}
window.onload=function(){
setInterval('h()',10);
document.getElementById('nombre').focus();
}
</script>
<body> Un saludo!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |