Casio Naurtech CETerm Ver.5.1 Web Browser Programming Ma Manuel d'utilisateur Page 24

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 79
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 23
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.
Vue de la page 23
1 2 ... 19 20 21 22 23 24 25 26 27 28 29 ... 78 79

Commentaires sur ces manuels

Pas de commentaire