i have this error in Chrome \"Uncaught ReferenceError: ActiveXObject is not defined \"
my code is
function loadModel() { //------------
ActiveX is a Microsoft-proprietary framework. It is supported only in MS products (i.e, IE)
You can use jQuery's parseXML method as a cross-browser alternative.