Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/10/2004, 16:47
Avatar de boilmar
boilmar
 
Fecha de Ingreso: marzo-2002
Mensajes: 31
Antigüedad: 22 años, 9 meses
Puntos: 0
Otra forma similar:

<script LANGUAGE="JavaScript">
<!--
var cuenta=0;
function enviado() {if (cuenta == 0){cuenta++;return true;}else{alert("Un momento, por favor, el mensaje se está enviando.");return false;}}
// -->
</script>

<form method="POST" action="script.pl" onSubmit="return enviado()">