Ver Mensaje Individual
  #5 (permalink)  
Antiguo 14/01/2005, 16:47
Avatar de FuLaNo_
FuLaNo_
 
Fecha de Ingreso: mayo-2003
Ubicación: Don Torcuato, Buenos Aires, Argentina
Mensajes: 1.250
Antigüedad: 21 años, 8 meses
Puntos: 2
<script language = "JavaScript">
function tagboardx() {
if ((document.tagboardxx.msg.value == "") || (document.tagboardxx.msg.value == "Mensaje")) {
alert("No has indicado el 'mensaje'");
return false;
}
if ((document.tagboardxx.msg.value != "") && (document.tagboardxx.msg.value != "Mensaje")) {
return true;
document.tagboardxx.submit();
tagboardxx.reset();
}
}
</script>

Cuando abrí el topic explique que ya habia probado eso y no me funciono...
__________________
I Love Programming...