Specify the IE engine in your HTA application
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.