HTA and 'x-ua-compatible' meta tag

后端 未结 5 463
挽巷
挽巷 2020-12-06 08:30

Added to post Jun-19-2014

Thanks Bond. Since you had IE9, I appreciate your test. Hopefully if somebody out there has IE 10 they will test it, too. It does not mak

5条回答
  •  春和景丽
    2020-12-06 08:48

    I've just faced the same problem.

    The solution is to put Window in lower case ! It is especially astonishing as usually VBScript is not case sensitive !

    So declare Sub window_onLoad instead of Sub Window_onLoad, and so on... Finally your script should work. Tested on a Win7 Pro 64bit with IE 11, like yours.

    IE strikes back !

提交回复
热议问题