I'm having a problem with validation when viewing in IE9. I've tried to force the browser headers to IE8. I don't have jQuery installed. Joomla 2.58 with the latest Chronoforms release. Validation works fine in other browsers. IE9 doesn't validate any of the form!
I get the dreaded "Unable to se value of the property 'className': object is null or undefined when I try to add custom js:
window.addEvent('domready', function() {
document.all.case_ready.addClass("validate['required']");
formCheck_PickUpRequest.register($('case_ready'));
});
http://www.nakanishidentallab.com/schedule-pick-up.html
Any suggestions would be GREATLY appreciated!!!
I get the dreaded "Unable to se value of the property 'className': object is null or undefined when I try to add custom js:
window.addEvent('domready', function() {
document.all.case_ready.addClass("validate['required']");
formCheck_PickUpRequest.register($('case_ready'));
});
http://www.nakanishidentallab.com/schedule-pick-up.html
Any suggestions would be GREATLY appreciated!!!