Solutions Guide
Table of Contents
Index
Chapter 3: Client/Server on the Web
3.1 Introduction to the World Wide Web
3.2 What Does a Web Application Look Like?
3.2.1 Execution Flow
3.3 Challenge: Creating a User Interface
3.3.1 Solution: HTML Form Using Cross-platform Output or Dynamic HTML
3.3.1.1 Example
3.3.2 2 Adding an Event Handler
3.4 Challenge: Migrating or Updating an Existing User Interface
3.4.1 Solution: Internet Application Wizard
3.5 Challenge: Web Server-side Program
3.5.1 Solution 1: CGI Program
3.5.1.1 Pros and Cons
3.5.1.2 Practical Considerations
3.5.1.3 Example
3.5.2 Solution 2: ISAPI Program
3.5.2.1 Pros and Cons
3.5.2.2 Practical Considerations
3.5.3 Solution 3: NSAPI Program
3.5.3.1 Pros and Cons
3.5.3.2 Practical Considerations