I have an ActiveX control on the page that I am creating (believe me, I'm sorry I didn’t) using a static tag <object/>in the page source (it is generated by the ASPx backend, but it comes the browser as part of the raw page layout).
Does Internet Explorer start parsing and rendering to load ActiveX controls as soon as it parses the tag <object/>or loads in a parallel stream?
source
share