Casio Naurtech CETerm Ver.5.1 Web Browser Programming Ma Manual de usuario Pagina 33

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 79
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 32
NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 33
alert("Form full, scan discarded.");
}
}
</script>
</form>
</body>
</html>
3.17 SETDATE
The SetDate tag is used to set the current system date on the handheld.
Syntax
http-equiv="SetDate"
content="mm/dd/yyyy"
"mm,dd,yyyy"
"mm-dd-yyyy"
Where mm is the month, dd is the day, and yyyy is the year. The date must be
expressed in Coordinated Universal Time (UTC). You must use leading zeros for
the day and month if less than 10.
Comments
If the date format is invalid, this tag is ignored.
Example
<html>
<head>
<meta http-equiv="SetDate" content="04/15/2004">
</head>
<body>
...
</body>
</html>
3.18 SETTIME
The SetTime tag is used to set the current system time on the handheld.
Syntax
http-equiv="SetTime"
content="hh:mm"
"hh.mm"
Where hh is the hour, and mm is the minute. The time must be expressed in
Coordinated Universal Time (UTC). You must use leading zeros if less than 10.
Vista de pagina 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 78 79

Comentarios a estos manuales

Sin comentarios