Jolt 1.2 Developer's Guide

TUXEDO application. One of the procedures called is web_start(). This procedure (in the file
web_start().inc) should have been edited as part of the teller application installation process in
Step 6 of the Getting Started Check List.
The procedure web_cacheTemplates() reads various HTML template files into a memory cache.
This step is not required, but it improves performance.
<INPUT TYPE="BUTTON" VALUE="Transfer"
onclick="window.location='transferForm.htm'">
The HTML segment above displays a button labeled Transfer. When this button is selected, the
browser loads the page transferForm.htm. This page presents a form used to enter the data
required by the TRANSFER service.
Submitting a TRANSFER Request From the Client
Figure 9-3. transferForm.htm Example