1. jZebra support for TSC TTP-244 Plus ? I know for description, jZebra support for Zebra printer barcode. But i hope maybe, anyone using jZebra for TSC printer.
2. Can i using direct print using java script using TSC Printer ?
--
--
To unsubscribe from this group, send email to jzebra-users...@googlegroups.com
http://code.google.com/p/jzebra
---
You received this message because you are subscribed to the Google Groups "jZebra users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jzebra-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi David,
Please try the following and see if that works:
function printx() {
var applet = document.jzebra;
if (applet != null) {
applet.append("N\n");
applet.append("q508\n");
applet.append("Q240,24\n");
applet.append("B112,40,0,1,2,1,40,B,\" <?php echo $barcode; ?> \"\n");
applet.append("P1\n");