Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/06/2006, 04:05
Avatar de Azrael666
Azrael666
 
Fecha de Ingreso: noviembre-2004
Mensajes: 652
Antigüedad: 20 años
Puntos: 1
a ver si algo asi te vale:

function activar()
{
document.form.action='pagina.php';
document.form.submit();
}



function simularEnter()
{
if (window.event && window.event.keyCode == 13)
{
activar();
}
__________________
ALOZORRO v5.0 (ahora en .es)