iTP Active Transaction Pages (iTP ATP) Programmer's Guide

ATP Examples
iTP Active Transaction Pages (iTP ATP) Programmer’s Guide522292-002
F-2
Index to ATP Examples
Index to ATP Examples
Table 6-1 lists some of the example scripts provided on the ATP CD. The first column
lists common ATP programming tasks. The second column gives the names of example
applications or scripts that demonstrate each task. Pathnames are relative to
/usr/tandem/atp.
Pathnames are relative to /usr/tandem/atp.
Note. Compaq does not represent the ATP example programs as complete or suitable for
production use.
Table 6-1. Examples by Programming Task (page 1 of 2)
ATP Programming Task Example Application or Script(s)
Accessing a web site from a
page, to include context from
the site on the page
examples/sockets/classlib.atp, nested.atp
Browser and version checking examples/pathway_tools/form_generator/ibcheck.atp,
examples/sql_tools/explorer/ibcheck.atp
Classes, declaring and using examples/sockets/iurlclass
(The JavaScript HTTP Class Library iurlclass does not
support any new features provided by HTTP/1.1)
Client-side and server-side
JavaScript on the same page
examples/pathway/homebank/Webpages/address.atp,
examples/sql/homebank/Webpages/address.atp
Client-side and server-side
script generation
examples/pathway_tools/form_generator
Client-side validation examples/pathway/homebank/Webpages/address.atp,
examples/sql/homebank/Webpages/address.atp
Debugging with JavaScript
watch capability
examples/debugging/watchlib.inc
Echoing environment variables examples/sockets/echo.atp
File upload (blob object) examples/file_upload (directory)
Forms-based application examples/pathway/homebank, examples/sql/homebank
Forms, creating dynamically
from information in a DDL
dictionary
examples/pathway_tools/form_generator,
examples/pathway_tools/ddl_viewer
Forms, creating dynamically
from information in an SQL
catalogue (using sqlvar object)
examples/sql_tools/explorer
Frames, multiple examples/pathway/homebank, examples/sql/homebank
html generation based on
information from an SQL
database
examples/sql/acct_list