Avery-dennison Platinum 6039 JavaScript User Manual Page 87

  • Download
  • Add to my manuals
  • Print
  • Page
    / 94
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 86
Sample Application A-7
OTHER.HTML
<HTML>
<HEAD>
<TITLE>Other Functionality</TITLE>
<SCRIPT src="./jsUltra.js"></SCRIPT>
<SCRIPT type="text/javascript">
function doFeed() {
Printer.PaperFeed()
}
function trigger() {
Scanner.DoTrigger()
}
function batteryLevel() {
document.frmMain.txtOutput.value =
rinter.BatteryLevel
}
function scannerMode() {
document.frmMain.txtOutput.value =
canner.ScannerMode
}
function lastPrintStatus() {
document.frmMain.txtOutput.value = Printer.Status
}
</SCRIPT>
</HEAD>
Page view 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 93 94

Comments to this Manuals

No comments