VBScript Wate GroupBble

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

VBScript SuperBible - Table of Contents Page 1 of 3

About the Author

Chapter 1—Getting Started


What Is VBScript?
Array Handling
Control Flow
Data Conversions
Dates and Times
Data Validation
User Interaction
Mathematical Calculations
Working with Objects
String Manipulation
Use of VBScript
Differences Between VBScript and Visual Basic 4.0
Acquiring VBScript
Using This Book
Chapter Organization
CD Installation

Chapter 2—VBScript Basics


Placing VBScript in HTML
Standard Layout for an HTML Page
VBScript Code Elements
VBScript Layout Statements
Program Flow Statements
VBScript Operators
Operator Precedence
Operators for Computing Values
Operators for Comparing Values
Operators for Logical Operations
Operators for Concatenating Strings

Chapter 3—VBScript Data Types and Variables


What Is a Variant?
Variant Subtypes
Using Variables
Variable Declaration Statements
Assigning Values to a Variable
Creating Constants

Chapter 4—Data Validation


Client Validation Versus Server Validation
Using VBScript to Validate User Data
Elimination of Runtime Data Errors
Summary of Data Validation Functions
Data Validation Project
Building the Project
How It Works

Chapter 5—Date and Time Values

mk:@MSITStore:C:\Users\DELL\Desktop\9%20NOV%20BOOKS\VBScript%20BOOK... 12/25/2017
VBScript SuperBible - Table of Contents Page 2 of 3

VBScript Date and Time Values


Valid Date and Time Expressions
Acceptable Date Ranges
Summary of Date and Time Values Functions
Date and Time Values Project
Building the Project
How It Works

Chapter 6—Array Handling


What Is an Array?
Declaring Arrays
Multidimensional Arrays
Static Versus Dynamic Arrays
Changing Array Values
Summary of Array Handling Functions
Array Handling Project
Building the Project
How It Works

Chapter 7—Data Conversion


VBScript Values
Standard, Hexadecimal, and Octal Notations
Errors During Conversion
Summary of Data Conversion Functions
Data Conversion Project
Building the Project
How It Works

Chapter 8—Computing Values


Working with Right Triangles
Radians Versus Degrees
Deriving Math Functions
Working with Logarithms
Generating Random Numbers
Summary of Computing Values Functions
Computing Values Project
Building the Project
How It Works

Chapter 9—String Manipulation


Working with Strings
Changing the Case of a String
Identifying Specific Characters in a String
Comparing Strings
Summary of String Manipulation Functions
String Manipulation Project
Building the Project
How It Works

Chapter 10—User Interaction


HTML User Interaction Tags

mk:@MSITStore:C:\Users\DELL\Desktop\9%20NOV%20BOOKS\VBScript%20BOOK... 12/25/2017
VBScript SuperBible - Table of Contents Page 3 of 3

Using the Window Object


VBScript Options
Summary of User Interaction Functions
User Interaction Project
Building the Project
How It Works

Chapter 11—Error Handling


Handling Run-Time Errors
Inline Error Handling
Checking Error Results
Error Handling Project
Building the Project
How It Works

Chapter 12—Adding Objects


What Is an Object?
ActiveX Controls
Embedding ActiveX Controls
ActiveX Control Properties
Using the ActiveX Control Pad
Java Applets
Inserting Applets into HTML
Changing Object Properties with VBScript
Summary of Adding Objects Functions
Adding Objects Project
Building the Project
How It Works

Chapter 13—Advanced VBScript Programming


VBScript Functionality
Advanced VBScript Programming Project
Building the Project
How It Works

Chapter 14—HTML Features Supported by Internet Explorer 3.0


HTML Document Layout
HTML Colors
HTML Reference

Chapter 15—Internet Explorer Object Model for Scripting


What Is the Object Model?
Object Model Structure
Object Model Reference

Appendix A
Appendix B
Appendix C
Index

mk:@MSITStore:C:\Users\DELL\Desktop\9%20NOV%20BOOKS\VBScript%20BOOK... 12/25/2017

You might also like