VBScript in Internet Explorer
The following sections explain basic functionality of VBScript within Internet Explorer.
In This Section
A Simple VBScript Page
Illustrates how to use the OnClick event to display a message box.Adding VBScript Code to an HTML Page
Illustrates how to add VBScript to an HTML page.Using VBScript with Objects
Illustrates how to use objects in VBScript.VBScript and Forms
Illustrates how to create a validation form.
Related Sections
- VBScript Language Reference
Explains the elements that comprise the VBScript language.