index.gif

A Programmer's Guide to the Internet, Version 5.0

Table of Contents
cnt0.gif1 Introduction
cnt1.gif1.1 Introduction
cnt1.gif1.2 Purpose/Scope of Book
cnt1.gif1.3 What You Need To Know
cnt1.gif1.4 What You Don't Need To Know
cnt1.gif1.5 Product Integration
cnt1.gif1.6 Technical Support
cnt0.gif2 Choosing a Deployment Method
cnt1.gif2.1 What Are My Options?
cnt1.gif2.2 Advantages, Disadvantages
cnt1.gif2.3 Other Considerations
cnt0.gif2.4 Blending the Acucorp Family
cnt1.gif2.4 Blending the Acucorp Family
cnt1.gif2.4.1 Recommendations
cnt0.gif3 Using AcuServer to Access Remote Data
cnt1.gif3.1 Architectural Overview
cnt1.gif3.2 Client/Server Architecture
cnt1.gif3.3 Internet Architecture
cnt1.gif3.4 What is AcuServer?
cnt1.gif3.5 Defining Remote Pathnames
cnt1.gif3.6 Security
cnt0.gif4 Using the ACUCOBOL-GT Runtime as an Internet Helper Application or Viewer
cnt1.gif4.1 What Are Helper Applications and Viewers?
cnt1.gif4.2 Setting Up a Web Site
cnt0.gif4.3 Preparing Your GT Application
cnt1.gif4.3 Preparing Your GT Application
cnt1.gif4.3.1 Configuring the Runtime
cnt0.gif4.3.2 Packaging Your Application and Resources
cnt1.gif4.3.2 Packaging Your Application and Resources
cnt1.gifTo use cblutil
cnt1.gifTo use COPY RESOURCE
cnt0.gif4.4 Creating a Link to Your COBOL Object
cnt1.gif4.4 Creating a Link to Your COBOL Object
cnt0.gif4.5 The User's Job
cnt1.gif4.5 The User's Job
cnt1.gif4.5.1 Installing the Runtime
cnt0.gif4.5.2 Defining the Runtime as a Helper Application or Viewer
cnt1.gif4.5.2 Defining the Runtime as a Helper Application or Viewer
cnt1.gifTo define the runtime as a helper application in Netscape Communicator 4.5
cnt1.gifTo define the runtime as a helper application in Netscape Navigator 3
cnt1.gifTo define the runtime as a viewer in Internet Explorer
cnt0.gif4.5.3 Launching the Application
cnt1.gif4.5.3 Launching the Application
cnt0.gif4.6 Security
cnt1.gif4.6 Security
cnt0.gif5 Using the ACUCOBOL-GT Web Plug-in
cnt1.gif5.1 What Is a Plug-in?
cnt1.gif5.2 Using the Plug-in
cnt1.gif5.3 Setting Up a Web Site
cnt0.gif5.4 Preparing Your GT Application for the Plug-in
cnt1.gif5.4 Preparing Your GT Application for the Plug-in
cnt1.gifTo prepare your application for use in a non-distributed environment
cnt1.gifTo prepare your application for use in a distributed environment
cnt0.gif5.4.1 Coding for the Plug-in
cnt1.gif5.4.1 Coding for the Plug-in
cnt1.gifW$BROWSERINFO
cnt1.gifW$STATUS
cnt1.gifIS-PLUGIN
cnt1.gifW$GETURL
cnt1.gifOther Coding Considerations
cnt0.gif5.4.2 Configuring the Plug-in Runtime
cnt1.gif5.4.2 Configuring the Plug-in Runtime
cnt1.gifUsing Runtime Options
cnt0.gif5.4.3 Linking C Routines into the Plug-in Runtime
cnt1.gif5.4.3 Linking C Routines into the Plug-in Runtime
cnt0.gif5.4.4 Packaging Your Application and Resources
cnt1.gif5.4.4 Packaging Your Application and Resources
cnt1.gifTo use cblutil
cnt1.gifTo use COPY RESOURCE
cnt0.gif5.5 Including Your COBOL Application in the Web Site
cnt1.gif5.5 Including Your COBOL Application in the Web Site
cnt1.gif5.5.1 Using the <EMBED> Tag
cnt1.gif5.5.2 Using the Anchor Tags <A></A>
cnt0.gif5.6 Configuring the Web Server Software
cnt1.gif5.6 Configuring the Web Server Software
cnt1.gifTo configure O'Reilly WebSite
cnt1.gifTo configure NT IIS 4.0
cnt1.gifTo configure Apache Web Server
cnt1.gifTo configure Netscape FastTrack
cnt0.gif5.7 The User's Job
cnt1.gif5.7 The User's Job
cnt0.gif5.7.1 Installing the Plug-in
cnt1.gif5.7.1 Installing the Plug-in
cnt1.gifTo install the plug-in manually
cnt1.gifTo edit the authorization file
cnt0.gif5.7.2 Launching the Application
cnt1.gif5.7.2 Launching the Application
cnt0.gif5.7.3 Troubleshooting
cnt1.gif5.7.3 Troubleshooting
cnt0.gif5.8 Licensing Considerations
cnt1.gif5.8 Licensing Considerations
cnt0.gif5.9 Security
cnt1.gif5.9 Security
cnt0.gif6 Using AcuConnect to Launch Remote Applications
cnt1.gif6.1 What is AcuConnect?
cnt1.gif6.2 Preparing Your Application
cnt1.gif6.3 Creating Separate Client and Server Components
cnt1.gif6.4 Embedding COBOL CALLs
cnt1.gif6.5 Defining Remote Application Path
cnt0.gif7 Using CGI to Execute Applications on a Web Server
cnt1.gif7.1 Overview
cnt1.gif7.2 Creating an HTML Interface
cnt0.gif7.3 Writing a CGI Program
cnt1.gif7.3 Writing a CGI Program
cnt1.gif7.3.1 What is CGI?
cnt1.gif7.3.2 The CGI Program
cnt0.gif7.3.2.1 Reading CGI Variables
cnt1.gif7.3.2.1 Reading CGI Variables
cnt1.gifTo use the ACCEPT verb
cnt1.gifTo use the C$GETCGI routine
cnt1.gifTo strip carriage returns from CGI input
cnt0.gif7.3.2.2 Processing the User's Request
cnt1.gif7.3.2.2 Processing the User's Request
cnt0.gif7.3.2.3 Generating HTML Output
cnt1.gif7.3.2.3 Generating HTML Output
cnt1.gifTo use the DISPLAY statement
cnt1.gifTo cache HTML output
cnt1.gifTo suppress HTML headers
cnt0.gif7.3.3 CGI Guidelines
cnt1.gif7.3.3 CGI Guidelines
cnt0.gif7.3.4 Sample CGI Programs
cnt1.gif7.3.4 Sample CGI Programs
cnt1.gifOscars Sample
cnt1.gifHello User Sample
cnt1.gifSubstituting a URL Sample
cnt0.gif7.4 Setting up a Web site
cnt1.gif7.4 Setting up a Web site
cnt0.gif7.5 Creating a Link to Your CGI program
cnt1.gif7.5 Creating a Link to Your CGI program
cnt1.gif7.5.1 The FORM Tag
cnt1.gif7.5.1.1 The METHOD Attribute
cnt1.gif7.5.1.2 The ACTION Attribute
cnt1.gif7.5.2 FORM Components
cnt1.gif7.5.2.1 The INPUT Tag
cnt1.gif7.5.2.2 The TYPE Attribute
cnt1.gif7.5.2.3 Single-line Entry Fields
cnt1.gif7.5.2.4 Multiple-line Entry Fields
cnt1.gif7.5.2.5 Check Boxes and Radio Buttons
cnt1.gif7.5.2.6 List Boxes
cnt1.gif7.5.2.7 Submit and Reset Buttons
cnt1.gif7.5.2.8 Hidden Fields
cnt0.gif7.6 Configuring the Web Server
cnt1.gif7.6 Configuring the Web Server
cnt1.gif7.6.1 "-f" Runtime Option
cnt1.gif7.6.2 A_CGI Environment Variable
cnt0.gifA Setting up a Web Site
cnt1.gifA.1 Web Site Creation
cnt1.gifA.2 Designing Your Site
cnt0.gifA.3 Finding a Host or Building a Web Server
cnt1.gifA.3 Finding a Host or Building a Web Server
cnt1.gifA.3.1 Selecting Web Server Software
cnt0.gifA.4 Authoring Your HTML documents
cnt1.gifA.4 Authoring Your HTML documents
cnt0.gifA.5 Creating a Link to COBOL Programs
cnt1.gifA.5 Creating a Link to COBOL Programs
cnt0.gifA.6 Posting Your HTML Documents
cnt1.gifA.6 Posting Your HTML Documents
cnt0.gifA.7 Promoting Your Site
cnt1.gifA.7 Promoting Your Site
cnt0.gifA.8 Registering a Domain Name
cnt1.gifA.8 Registering a Domain Name
cnt0.gifB Other ACUCOBOL-GT Internet Features
cnt1.gifB.1 COBOL for the Internet
cnt0.gifB.2 WEB-BROWSER Control
cnt1.gifB.2 WEB-BROWSER Control
cnt1.gifTo add Web browsing to your COBOL applications
cnt1.gifTo display HTML pages distributed with your application
cnt1.gifTo include graphical and multimedia files in your applications
cnt1.gifTo invoke e-mail, telnet, and FTP services from your applications
cnt1.gifTo display word processing, accounting, or presentation documents from your applications
cnt1.gifTo display Windows objects such as folders and files
cnt1.gifB.2.1 Sample Web Browser Program
cnt0.gifC References
cnt1.gifC.1 Where to Go For More Information
cnt0.gifD Internet Partners
cnt1.gifD.1 Acucorp Partnerships
cnt0.gifGlossary of Terms
cnt1.gifGlossary of Terms

(c) Copyright Acucorp, Inc., 1998-2000. ALL RIGHTS RESERVED.