Hi,
I have two javascript files, one called live_validation to check the input on forms and another called versions to do some other stuff.
I'm trying to call a function from the versions file, but I keep getting an error from the other one.
Statement on line 89: Cannot convert undefined or null to Object
Backtrace:
Line 89 of linked script http://mysite/javascripts/live_validation.js: In function DisplayResult
sh.innerHTML = liveSearchReq.responseText;
If I comment out the link to the validation script, my other script functions just fine. Can anyone suggest anything to try?
Thanks.


Reply With Quote
Bookmarks