What is VBScript?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is VBScript?
Rating:
VBScript is a scripting language developed by Microsoft for Internet Explorer. This language is a derivative of Visual Basic. It offers no interoperability with JavaScript. The scripts of JavaScript and VBScript can be mixed in a document, but the script tag used for them must be separate.
For example:
</script>
</script>
Rating:
Was this information helpful?
Other articles
- How is decision-making done in JavaScript?
- What is the equal-to operator?
- What is the history object?
- How to run loops?
- How to delete a cookie?
