Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/03/2006, 21:04
Avatar de flaviovich
flaviovich
 
Fecha de Ingreso: agosto-2005
Ubicación: Lima, Peru
Mensajes: 2.951
Antigüedad: 19 años, 5 meses
Puntos: 39
Creo que se podria usar la funcion setTimeout.
Código:
function enviado()
{
  document.getElementById('opcion1').style.display = 'none';
  document.getElementById('opcion2').style.display = 'block';
  setTimeout("document.form1.submit()",3000);
}
__________________
No repitamos temas, usemos el Motor de busquedas
Plantea bien tu problema: Ayúdanos a ayudarte.