Programming instructions
Intermec Fingerprint v7.61 – Programmer’s Reference Manual Ed. 7180
Chapter 2 Program Instructions
ON HTTP GOTO
Field of Application
Statement for branching to a subroutine when a request for an
application CGI is received.
Syntax ON
↔
HTTP
↔
GOTO<ncon>|<line label>
<ncon>/<line label> is the number or label of the line to which the program will
branch when the CGI request is received.
Remarks
This statement is used in connection with EasyLAN 100i and defi nes a
Fingerprint subroutine that handles the CGI-request. Setting the handler’s
line number or line label to 0 disables the handler.
When a request for an application CGI is received, the current execution point
will be pushed on to the stack and then the execution will commence in the
handler with stdin and stdout redirected from/to the Web browser.
Related instruction: RESUME HTTP.