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
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 !