Ibrowse_Getbluetoothscannerinfo; Ibrowse_Getdevicetype - Intermec 730 User Manual

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

Advertisement

IBrowse_GetBluetoothScannerInfo

IBrowse_GetDeviceType

42
This meta tag is used to get the unique identifier of any SF51 computers
that are connected to the hand held computer. Possible return values are
"NONE" if no scanners are found or a list of the friendly names of the
scanners separated by semicolons if more than one are found.
Syntax
HTTP-Equiv="IBrowse_GetBluetoothScannerInfo"
content= URL | JavaScript function
Comments
The URL or JavaScript placed in the content tag is not executed until the
entire page has loaded. This tag applies only to the page on which it is
located.
Example
<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_GetBluetoothScannerInfo"
Content="Javascript:ShowScannerInfo("%s");">
<SCRIPT> LANGUAGE=JAVASCRIPT>
function ShowScannerInfo(list)
{
document.Frm3.Fld1.value = list;
document.Frm3.Fld1.focus();
}
</SCRIPT>
</HEAD>
<BODY onload="document.Frm3.Fld1.focus()">
<form name="Frm3">
<table id="AutoNumber1">
<tr><td width="100%">Scanner Info List:</td></tr>
<tr><td width="100%"><input type="text" name="Fld1"
size="20"></td></tr>
</table>
</form>
</BODY>
</HTML>
This tag gets the Intermec device type on which the iBrowse application is
currently running.
Syntax
HTTP-Equiv="IBrowse_GetDeviceType"
content="URL|JavaScript function"
Comments
Returns a string value that may be used by dynamic HTML or a JavaScript
function to perform some device-specific action.
iBrowse User's Guide

Advertisement

Table of Contents
loading

Table of Contents