0

Is there any way to check the document mode in IE 11 as we want to check without using F12 developer tool . we are testing for our project as we can not ask users to enable the F12 developer tool but we want to check what document and browser mode is there for the customer.

Please suggest any way to check the document mode at least without using F12 developer tool.

Filburt
  • 17,626
  • 12
  • 64
  • 115
Khurana
  • 1
  • 1

1 Answers1

0

document.documentMode in JavaScript should work.

libertyernie
  • 2,590
  • 1
  • 17
  • 13
  • Please suggest , without using at code level as we have already developed a software and some customer is facing a problem so, we can not ask customer to do code level changes. – Khurana Dec 18 '15 at 06:30