internet explorer - IE 10 error- XMLDOM is not enabled -


i have friend uses time attendance device www.epordo.com. solution uses microsoft webserver asp pages. using internet explorer (ie) version 10, , when tries display list employee attendance times gets error:

xmldom not enabled

is there ie setting i'm missing? getting similar error , ie 10 error?

t.

i believe has been deprecated in ie10. should work if put ie compatibility mode. either user clicking broken document icon in url field, or developer adding meta element in head use ie9 rendering mode:

<meta http-equiv="x-ua-compatible" content="ie=9"> 

does work?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -