Ibrowse_Sipup - Intermec 730 User Manual

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

Advertisement

IBrowse_SIPUp

iBrowse User's Guide
Example
<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_ScannerNavigate"
Content="file://
\windows\test.html?barcode=%s&type=%s&time=%s">
<!-or ->
<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>
Note: This tag is available for all computers except the CK30.
You can specify this tag when the onscreen keyboard is required for data
entry. When this tag is specified, the onscreen keyboard is enabled. The
user may still disable the onscreen keyboard by tapping on the keyboard
icon on the navigation bar at the bottom of the screen.
Syntax
HTTP-Equiv="IBrowse_SIPUp"
content=""
Comments
No text is required in the content tag but you must specify the content tag
for this META tag to work successfully. This affects only the page on which
it is placed. Navigating to another page disables the onscreen keyboard.
Example
<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_SIPUp" content="">
</HEAD>
<BODY>
<H2>The SIP is now displayed</H2>
</BODY>
</HTML>
49

Advertisement

Table of Contents
loading

Table of Contents