책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > JavaScript
· ISBN : 9780596004880
· 쪽수 : 514쪽
· 출판일 : 2003-04-29
책 소개
목차
Preface
I. The Basics
1. Introduction
VBScript's History and Uses
What VBScript Is Used For: Gluing Together Objects
Differences Between VBScript and VBA
2. Program Structure
Functions and Procedures
Classes
Global Code
Reusable Code Libraries
3. Data Types and Variables
VBScript Data Types: The Many Faces of the Variant
Variables and Constants
4. Error Handling and Debugging
Debugging
Error Handling
Common Problem Areas and How to Avoid Them
5. VBScript with Active Server Pages
How ASP Works
Active Server Pages Object Model
6. Programming Outlook Forms
Why Program Outlook Forms?
The Form-Based Development Environment
Running Your Code
Program Flow
The Outlook Object Model
Accessing Other Object Models
7. Windows Script Host 5.6
Why Use WSH?
Running WSH Scripts
Program Flow
The WSH Object Model
WSH Language Elements
Accessing Other Object Models
8. VBScript with Internet Explorer
The