Getting error in IE11 for javascript array
问题 I get this error below only in IE edge. It works in all other browser apart from this one. I want to figure out what is causing this error: Code rather than screenshot: var ui_tabsets = new Array(); Causing error: Object doesn't support this action. 回答1: The error is that the Array constructor cannot be found.. This means something has gone wrong elsewhere. Perhaps you've closed an iframe this was running on or something that's lost you your HttpContext, more often this issue manifests with