I'm not sure it does. Could you please verify?
you have a file saved as .vbs?
And this is available over the internet?
And IE handles it as expected?
.vbs files aren't handled over the internet by default, unless it is really a .asp page and you have set your server to handle .vbs files as if they were .asp. But it sounds like you have a HTML file with client-side vbscript running, in which case I would recommend that you stop. vbscript on client side is very non-standard and not well supported, I wouldn't even try it on an intranet where everyone is using IE.
Comment