Intermec 5020 User Guide

Page of 116
Chapter 2 — Developing and Testing Your Application
12
Data Collection Browser User’s Guide
Special HTML Tags
This section describes HTML tags with special attributes or notes that are 
particular to using these tags with dcBrowser. For a complete description of 
HTML tags, see an HTML reference manual.
Anchor
Syntax:
<A>...</A>
Attributes:
href
Special Attributes:
key= Assigns a function key to the anchor when links are enabled. Using 
this attribute overrides the default function key assignments.
Notes:
To use the href attribute, you must enable the links feature. When links are 
enabled, the dcBrowser gateway maps the first ten anchor tags in a web 
page to the device’s function keys in the order that they appear. On the 
device, the user sees the function key (for example, F1), a greater-than sign 
(>), and the link. The user presses the appropriate function key to jump to 
the link.
Only http links are supported.
Example:
<A href=”HELP.HTM” KEY=”F5”>HELP</A>
If you press F5, the web server finds the HELP.HTM file, and the device 
displays the help web page.