Avery-dennison Platinum 6039 JavaScript Manual do Utilizador Página 83

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 94
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 82
Sample Application A-3
ULTRA.HTML
<HTML>
<HEAD>
<TITLE>M6039 Ultra</TITLE>
<SCRIPT src="./jsUltra.js"></SCRIPT>
<SCRIPT type="text/javascript">
function print() {
if (document.frmMain.txtScan.value.length == 12) {
window.location = ("./" +
document.frmMain.txtScan.value + ".html")
window.reload()
}
}
function my_load() {
Scanner.TriggerMode = 1;
document.frmMain.txtScan.focus();
Device.LockConfigMenu(1);
Device.KeypadShiftMode = KSM_NORMAL;
UPCEAN.EnableUPCA = false;
UPCEAN.EnableUPCE = false;
UPCEAN.EnableUPCE1 = false;
Codabar.CLSIEdit = true;
Codabar.NOTISEdit = true;
}
function my_keypress() {
if (event.keyCode == 13) {
print()
}
}
</SCRIPT>
</HEAD>
Vista de página 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 93 94

Comentários a estes Manuais

Sem comentários