Submitting a transfer request from the client – HP NonStop G-Series User Manual
Page 269
Advertising

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
.
The procedure web_cacheTemplates() reads various HTML template files into a memory cache.
This step is not required, but it improves performance.
Example 3-2. tellerForm.asp: Allow the user to choose TRANSFER service
<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 3-2. transferForm.htm Example
Advertising