For my test-app I have IE8 and IE11 clients. But it doesnt work for both in the same time. For IE8 I need
but this doesnt work for IE11.
I tried the
but I still got an empty screen at IE11.
is there any workaround available? Unfortunately I need this IE8 and IE11 and cant use any other browser. It worked with Opera, Firefox and safari
Thx
Code:
<meta http-equiv="X-UA-Compatible" content="IE=Edge">I tried the
Code:
<!DOCTYPE html>is there any workaround available? Unfortunately I need this IE8 and IE11 and cant use any other browser. It worked with Opera, Firefox and safari
Thx