Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If you are still working on the HTA application, adding the compatible meta tag is a way to specify the IE engine version. For example:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" />
This somehow can be helpful if your HTA needs to use some HTML 5 features supported in IE9 only.