Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/10/2005, 15:46
Avatar de marcozeb
marcozeb
 
Fecha de Ingreso: septiembre-2004
Mensajes: 10
Antigüedad: 19 años, 7 meses
Puntos: 0
talvez sea la sintaxis

hola que tal no estoy muy seguro pero has probado hacer esto?:

if((nombreAmigo=="") || (telefonoAmigo=="") ||( emailAmigo=="")){
estado.htmlText = "<p align='right'>Hay campos incompletos.<br>completelos por favor.</p>";
}else{
if (emailAmigo.indexOf("@") != -1 && emailAmigo.indexOf(".") != -1){

estado.htmlText = "<p align='right'>Procesando datos.<br>Espere por favor.</p>";
btn_continuar.enabled=false;
enviarVars();

}else{

estado.htmlText = "<p align='right'>La dirección de email está mal ingresada.</p>";
}
}
}

talvez resuelva tu problema (espero que si),...... cuidate