Intermec 6400 User Guide

Page of 116
Chapter 2 — Developing and Testing Your Application
Data Collection Browser User’s Guide
15
Input
Syntax:
<INPUT TYPE=>
Attributes:
hidden
int
password
reset
submit
text
name
value
size
maxlength
Special Attributes:
Notes:
Use the value attribute to set a default value for the input field that is 
specified by the name attribute.
cursor
Positions the cursor in the last field containing the cursor 
attribute.
transmit
Creates an input field that is automatically submitted when 
it is filled with bar code data from the scanner. For more 
information, see 
key=
Assigns a function key to be associated with the input type 
when links are enabled. When you press the key, whatever 
value is indicated is returned. Using this attribute overrides 
the default function key assignments. 
Example code for returning the value “CR” when you press 
F5
<INPUT TYPE=“submit” value=“CR” key=F5>
scanonly
Accepts only scanner input for the field.
dti_capture=
Puts data in a field based on data type identifier. If a field is 
tagged to accept only scanned data with a certain set of 
leading characters, the data is routed to that field when you 
scan the bar code even if the cursor is not in that field.
dti_strip
Removes the data type identifier identified by the 
dti_capture from the scanned bar code.
noscan
Disables scanned input for the field. This field accepts 
input from the device’s keypad.