- VBScript - Date
- VBScript - Arrays
- VBScript - Strings
- VBScript - Numbers
- VBScript - Cookies
- VBScript - Events
- VBScript - Loops
- VBScript - Decisions
- VBScript - Operators
- VBScript - Constants
- VBScript - Variables
- VBScript - Placement
- VBScript - Enabling
- VBScript - Syntax
- VBScript - Overview
- VBScript - Home
VBScript Advanced
- VBScript - Misc Statements
- VBScript - Error Handling
- VBScript - Reg Expressions
- VBScript - Object Oriented
- VBScript - Dialog Boxes
- VBScript - Procedures
VBScript Useful Resources
- VBScript - Discussion
- VBScript - Useful Resources
- VBScript - Quick Guide
- VBScript - Questions and Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Enabpng VBScript in Browsers
Not all the modern browsers support VBScript. VBScript is supported just by Microsoft s Internet Explorer while other browsers (Firefox and Chrome) support just JavaScript. Hence, developers normally prefer JavaScript over VBScript.
Though Internet Explorer (IE) supports VBScript, you may need to enable or disable this feature manually. This tutorial will make you aware of the procedure of enabpng and disabpng VBScript support in Internet Explorer.
VBScript in Internet Explorer
Here are simple steps to turn on or turn off VBScript in your Internet Explorer −
Follow Tools → Internet Options from the menu
Select Security tab from the dialog box
Cpck the Custom Level button
Scroll down till you find Scripting option
Select Enable radio button under Active scripting
Finally cpck OK and come out
To disable VBScript support in your Internet Explorer, you need to select Disable radio button under Active scripting.
Advertisements