Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Timestamp: Mon, 7 Jun 2010 11:54:38 UTC
Message: 'null' is null or not an object
Line: 217
Char: 2
Code: 0
URI:...
Os pongo el código cercano a esa línea a ver si podeis ayudarme y consigo eliminar el fallo, comienza en línea 211 y acaba en línea 226
Código Javascript:
Ver original
<script type="text/javascript"> var dataForm = new VarienForm('form-validate', true); </script> <script type="text/javascript"> //$('form-validate').getElements().each(function(el){ el.enable(); }) $('form-validate').observe('submit',function(e){ this.getElements().each(function(el){ if(!el.getValue() || el.getValue()==''){ //add class? el.disable(); } }); //Event.stop(e); }); </script>