Pues aquí va un sencillo código javascript que permite enviar un formulario html al pulsar enter.
document.onkeypress = processKey;
function processKey(e)
{
if (null == e)
e = window.event ;
if (e.keyCode == 13) {
/* funcion a implementar */
submitForm() ;
}
}
claro y simple.
P.D:
Me gusta mas el titulo en inglés ( How to... )
Escribir esto es castellano tiene su historia...
26 oct 2010
5 oct 2010
Sending Non-ASCII Text to MySQL in UTF8 Encoding
Sending Non-ASCII Text to MySQL in UTF8 Encoding
Puurrfffff !! "Onomatopeya de saturacion"
Necesito tiempo para entenderlo y traducirlo...
Puurrfffff !! "Onomatopeya de saturacion"
Necesito tiempo para entenderlo y traducirlo...
Suscribirse a:
Entradas (Atom)