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

  • 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 35
NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 36
Example
<html>
<head>
<meta http-equiv="SignalNavigate"
content="javascript:OnSignal('%s', '%s', '%s');">
</head>
<body>
<script language=javascript>
function OnSignal(strength, ESSID, MACAddress)
{
if (strength == -2)
{
alert("RF radio is not associated.");
}
else if (strength == -1)
{
alert("Unable to determine RF signal strength.");
}
else
{
alert("RF Signal strength = " + strength);
}
}
</script>
...
</body>
</html>
3.21 SIP
The SIP tag controls the visibility of the Soft Input Panel (SIP).
Syntax
http-equiv="SIP"
content="Show"
"Hide"
"Locked"
Comments
This tag is used primarily when the SIP should be displayed upon loading a
page. Alternatively, you can use an IDA Action Code via the IDA META tag, an
“ida:” URL or a PostIDA call. These latter techniques can be used to change the
SIP visibility during the user interaction with the page. The “Locked” value will
prevent the SIP from popping up when focus is set to a text input element under
Pocket PC 2002 or Windows Mobile 2003. The locked state can also be set in
the CETerm configuration dialogs.
Vue de la page 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 78 79

Commentaires sur ces manuels

Pas de commentaire