Ibrowse_Getunitinformation - Intermec 730 User Manual

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

Advertisement

IBrowse_GetUnitInformation

44
This tag retrieves valuable information about the unit on which iBrowse is
running. Three items of data are returned in the following order: serial
number, UUID (a globally unique Pocket PC identifier), and current
iBrowse version number.
Syntax
HTTP-Equiv="IBrowse_GetUnitInformation"
content= URL | JavaScript function
Comments
The URL or JavaScript placed in the content tag is not executed until the
entire page has loaded. This applies only to the page on which it is located.
Example
<HTML>
<HEAD>
<META HTTP-Equiv="IBrowse_GetUnitInformation"
Content="Javascript:ShowUnitInfo('%s', '%s', '%s');">
<SCRIPT> LANGUAGE=JAVASCRIPT>
function SetUnitInfo(serial,uuid,version)
{
document.Frm3.Fld1.value = serial;
document.Frm3.Fld2.value = uuid;
document.Frm3.Fld3.value = version;
document.Frm3.Fld1.focus();
}
</SCRIPT>
</HEAD>
<BODY onload="document.Frm3.Fld1.focus()">
<form name="Frm3">
<table id="AutoNumber1">
<tr><td width="100%">SerialNumber:</td></tr>
<tr><td width="100%"><input type="text" name="Fld1"
size="20"></td></tr>
<tr><td width="100%">UUID:</td></tr>
<tr><td width="100%"><input type="text" name="Fld2"
size="50"></td></tr>
<tr><td width="100%">Version:</td></tr>
<tr><td width="100%"><input type="text" name="Fld3"
size="12"></td></tr>
<tr><td width="100%" colspan="2">&nbsp;</td></tr>
</table>
</form>
</BODY>
</HTML>
Note: "UUID" is not supported on CV60 computers and is always blank.
iBrowse User's Guide

Advertisement

Table of Contents
loading

Table of Contents