Site hosted by Angelfire.com: Build your free website today!

ns4 = (document.layers)? true:false ie4 = (document.all)? true:false function pulsarTecla(e) { var teclaReal; if (ns4) { var teclaN=e.which; teclaReal = String.fromCharCode(teclaN); //alert("N?mero: "+ teclaN + "\nReal: " + teclaReal) if (teclaN==13) { submit_page(document.datos_generales); } } if (ie4) { var teclaIE=event.keyCode; teclaReal= String.fromCharCode(teclaIE); //alert("N?mero: "+ teclaIE + "\nReal: " + teclaReal) if (teclaIE==13) { submit_page(document.datos_generales); } } } document.onkeydown = pulsarTecla; if (ns4) document.captureEvents(Event.KEYDOWN);

 

 


You have deactivated JavaScript. Please follow link:
Internet Explorer (IE)
or
Other Browsers