I tried the following HTML page with two scripts:
<html>
…
<body>
<script type="text/javascript">
alert ('Javascript');
</script>
<script type="text/vbscript">
msgbox "Vbscript"
</script>
</body>
</html>
On Windows 8.1 preview + Internet Explorer 11, the JavaScript worked, the VBScript did not.
On (Windows 8 + IE10), (Windows 7 + IE9), the two scripts worked.
I did not find any information about the end of VBScript support in Internet Explorer 11, did you?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…