Ver Mensaje Individual
  #9 (permalink)  
Antiguo 07/03/2008, 16:45
Avatar de punk567
punk567
 
Fecha de Ingreso: septiembre-2006
Ubicación: Montevideo
Mensajes: 265
Antigüedad: 17 años, 6 meses
Puntos: 5
Re: problema de validación con caracter &

Hola, bueno agregando estas lineas al principio y fin del script ya no da ese error

Código:
<script type="text/javascript">
	//<![CDATA[
               
              *****

        //]]>
</script>
el problema es que utiliza

Código:
<form id="formulario" method="post" onSubmit="return false;">
y el validador devuelve:

there is no attribute "onSubmit".
+ required attribute "action" not specified.
+ there is no attribute "onClick"(en el input submit)