Casio Naurtech CETerm Ver.5.1 Web Browser Programming Ma Uživatelský manuál Strana 30

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 79
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 29
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
Zobrazit stránku 29
1 2 ... 25 26 27 28 29 30 31 32 33 34 35 ... 78 79

Komentáře k této Příručce

Žádné komentáře