User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 30
3.14 REBOOT
The Reboot tag will invoke a warm (soft) or cold (hard) reset of the device.
WARNING: Do not perform the cold reset unless you are prepared to
lose all current settings, data, and add-on programs on the device.
Syntax
http-equiv="Reboot"
content="Warm"
"Cold"
Comments
This tag is supported for compatibility with other browsers. It is preferable to use
the IDA Action Code “IDA_WARMBOOT” via the IDA META tag, an “ida:” URL or
a PostIDA call.
A warm reset will cause all un-saved work-in-progress to be lost. A cold boot will
reset all RAM to factory original configurations. A cold boot will typically clear all
network and device settings, user data files, and add-on programs that have not
been placed in non-volatile memory.
The reset will occur as soon as the tag is parsed.
Example
<html>
<head>
<meta http-equiv="Reboot" content="Warm">
</head>
<body>
This message should not be visible.
</body>
</html>
3.15 SCANNER
The Scanner tag is used to enable or disable the barcode scanner.
Syntax
http-equiv="Scanner"
content="Enabled"
"Disabled"
Comments