Intermec 5020 用户指南

下载
页码 116
Chapter 2 — Developing and Testing Your Application
28
Data Collection Browser User’s Guide
Choosing the Field That Appears First
When a screen appears, the cursor is placed in the first available field. If you 
want the cursor placed in another field when the screen appears, add 
CURSOR as a property for that field. The following code shows an 
example where the cursor would be placed in the Password field instead of 
the User ID field.
<INPUT TYPE=
″text″ NAME=UserID VALUE=″fatboy″ SIZE=19 MAXLENGTH=32>
<INPUT TYPE=
″password″ CURSOR NAME=Password SIZE=9 TRANSMIT>
About the Test Software-Only Gateway Environment
Use the test environment to simulate running your HTML application 
before you run it in your data collection network. You can run your 
application on your PC using the client simulator.
When you run the application on your PC, you are using three main parts: 
the web server, the local dcBrowser gateway, and the client simulator. To set 
up this test environment, follow the guidelines in 
Understanding the Test Environment
Note: In the software-only dcBrowser gateway environment, the test 
environment is the local dcBrowser gateway that you use on the Windows 
NT/2000/ME/XP server. The server requires an additional license file. For 
help placing the license file and configuring the dcBrowser gateway, see the 
online help for the gateway.
Development Computer
CGI
modules
Local
dcBrowser
gateway
Database
Simulator
Logical data flow
HTML editor and 
development
tools
    
Language (C, JAVA,
etc.) editors and
development tools     
HTML
files
Web
server