I'm trying to use Window.Location.Href
in my VBScript code,
this throws me an error on Windows 7, IE 10:
Object doesn't support this property or method
It's working on XP and it's even working on Win7 if I'm using javascript.
What can be the problem?
Change to
window.location.href
(javascript sintax, no uppercase) and it will work.