Código HTML:
<script> var x = document.getElementById("mi_input"); if(x.getFocus()) alert("Estan escribiendo en el input"); else alert("El input no tiene el foco actualmente"); </script> .... <input type="text" id="mi_input">
Gracias :D
| |||
Funcion getFocus() Hola he buscado y buscado pero sin resultado, algo así el codigo: Código HTML: <script> var x = document.getElementById("mi_input"); if(x.getFocus()) alert("Estan escribiendo en el input"); else alert("El input no tiene el foco actualmente"); </script> .... <input type="text" id="mi_input"> Gracias :D |