Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/04/2007, 10:40
Aphrodita
 
Fecha de Ingreso: noviembre-2006
Mensajes: 50
Antigüedad: 17 años, 5 meses
Puntos: 0
Re: como hacer una pausa

form_lv.sendAndLoad("contacto.php", form_lv, "POST");
//loadVariablesNum ("contacto.php", "0", "Post");
//mensaje1 = "Todo OK";
form_lv.onLoad = function() {
if (this.estado == "ok") {
mensaje1 = " Su mensaje fué enviado ... pronto lo contactaremos Gracias!!";
} else {
mensaje1 = "problemas con el servidor, porfavor intentelo de nuevo";
}
};
startTime = getTimer();
this.onEnterFrame = function() {
currentTime = getTimer();
if (currentTime-startTime>10000) {
gotoAndStop("entrada");
}
};