|    
			
				14/06/2004, 15:11
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: enero-2004 Ubicación: Granada 
						Mensajes: 185
					 Antigüedad: 21 años, 9 meses Puntos: 0 |  | 
  |  cambia esta l{inea<input type="submit" value="Enviar" style="float: right" onClick="validar(this.form)"></td>
 
 por
 
 <input type="submit" value="Enviar" style="float: right"></td>
 
 y esta otra
 <form method="post" action="prueba.asp">
 
 por
 <form method="post" action="prueba.asp" onsubmit="validar(this)">
 
 creo que el evento se escribe onsubmit o algo muy parecido.
 Prueba esto y me dices que tal te ha ido,
     |