User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 24
</head>
<body>
This page reports unit information.
...
<script language=javascript>
function ReportInfo(serial, uuid, version)
{
alert( "Serial Number=" + serial +
"\nUUID=" + uuid +
"\nVersion=" + version );
}
</script>
</body>
</html>
3.8 HOMEKEY
The HomeKey tag enables the “home key” (F5) to navigate to the current home
URL.
Syntax
http-equiv="HomeKey"
content="Enabled"
"Disabled"
Comments
This tag is supported for compatibility with other browsers. It is preferable to use
the IDA Action Code “IDA_URL_HOME” via the IDA META tag, an “ida:” URL or
a PostIDA call.
This action can also be achieved with the “OnKey” tag. This tag remains in effect
until explicitly changed or the session ends.
Example
<html>
<head>
<meta http-equiv="HomeKey" content="Enabled">
</head>
<body>
Press F5 to navigate to the home URL.
</body>
</html>
3.9 IDA
The IDA tag performs a wide range of actions to control the device and the client.