![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/07/2005, 12:43
|
![Avatar de Bandit](http://static.forosdelweb.com/customavatars/avatar36355_1.gif) | Moderador | | Fecha de Ingreso: julio-2003 Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 21 años, 7 meses Puntos: 406 | |
Hola cotrebla:
Prueba con éste código en el botón Enviar:
on (release) {
if (email.indexOf("@") != -1 && email.indexOf(".") != -1 && nombre != null && mensaje != null) {
enviar();
} else {
status = "Llene correctamente todos los campos";
}
}
Espero haberte sido de ayuda. |