1

I have this simple vbscript code:

<script type="text/vbscript">document.write("hello world")</script>

However when I view this file in IE 11 on Windows 7 hello world is not displayed.

Am I missing something?

1

1 Answer 1

1

As of Internet Explorer 11, VBScript is considered deprecated and should no longer be used as a scripting language for IE11. Webpages displayed in IE11 edge mode won't execute VBScript code.

More information here: https://msdn.microsoft.com/en-us/library/ie/dn384057(v=vs.85).aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.