nel mio sito ricevo un errore di questo tipo in un calendario:
TypeError: month_xml.childNodes[0].getAttribute is not a function
document.getElementById(month_xml.childNodes[0].getAttribute('id'));
TypeError: req.responseXML is null
update_days(req.responseXML.documentElement);
come posso risolvere?
ciao
TypeError: month_xml.childNodes[0].getAttribute is not a function
document.getElementById(month_xml.childNodes[0].getAttribute('id'));
TypeError: req.responseXML is null
update_days(req.responseXML.documentElement);
come posso risolvere?
ciao