Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/05/2005, 08:02
Avatar de TAPON
TAPON
 
Fecha de Ingreso: febrero-2002
Ubicación: Mallorca
Mensajes: 13
Antigüedad: 22 años, 2 meses
Puntos: 0
Es un cgi formmail.pl

on (release) {
if (nombre eq "") {
status = "Por Favor digite su nombre";
} else if (email eq "") {
status = "Por Favor digite su email";
} else if (comentarios eq "") {
status = "Sus comentarios son importantes";
} else {
HTTP_REFERER = "http://www.artega.net"
status = "";
subject = "Formulario_internet";
recipient = "[email protected]";
loadVariables("http://cgi.artega.net/FormMail.pl", "", "POST");
gotoAndStop("ok");
}
}
on (rollOver) {
status = "Enviar";
}
on (rollOut) {
status = "status";
}