0
I’m trying to create a mini program in HTA
using two scripts: one in VBS
and another in JavaScript
. However, whenever I include one of the scripts by tag <script type="text/vbscript" src="script.vbs">
and <script type="text\javascript" src="script.js">
the other script stops working. There is some compatibility problem that prevents the use of two scripts of different languages in HTA
?
Note: I’m using the tag <meta http-equiv="x-ua-compatible" content="ie=11"/>
to force compatibility on HTA and use newer CSS features.