Ibrowse_Scannerautotrigger; Syntax; Comments; Example - Intermec 730 User Manual

Intermec 730: user guide
Hide thumbs Also See for 730:
Table of Contents

Advertisement

IBrowse_ScannerAutoTrigger

54
This tag is page-specific. When used, the scanner trigger is automatically
enabled, allowing continuous and repeated scans.
Note: Some scanning devices may flash the scanner beam. The iBrowse
application does not control the frequency of this action.
Note: CV60 computers do not support the auto-trigger feature.

Syntax

HTTP-Equiv="IBrowse_ScannerAutoTrigger"
content="Enabled | Disabled | AutoTab | AutoEnter |
AutoEnterAndTab"

Comments

This tag is currently supported only for the laser scanner. Be careful with its
use, as powering the scanner continuously drains the battery very quickly.
This tag does not function if UseWedgeMode is enabled in the Browse.ini
file.

Example

<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_Scanner" Content="Enabled">
<META HTTP-Equiv="IBrowse_ScannerAutoTrigger"
Content="Enabled">
<META HTTP-Equiv="IBrowse_ScannerNavigate"
Content="Javascript:OnScan('%s', '%s', '%s');">
</HEAD>
<BODY>
........
</BODY>
<SCRIPT>
function OnScan(data, type, time)
{
alert("Scanned barcode: " + data + " type: " + type + "
time: " + time);
}
</SCRIPT>
</HTML>
iBrowse User's Guide

Advertisement

Table of Contents
loading

Table of Contents