logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Gerry Shappell on Tue 18 Mar 2008 in response to Form Validator R3.0

Error in IE

I get an error in IE7... 'name' is null or not an object. I think it is at this
point in the validation.js.
=> var obj = Validator.form[fld.name];


However if i do an alert(fld.name) right before this it shows the correct field
name.??#$?#%


I have tested this with your bone stock download and get the same error. Any
ideas?


P.S. Of course it works in Firefox and Safari without any problems.