Hi , a have tryed this script to print to my web enabled zebra printer , but nothing is sent to my local printer.
function print_this(){
util.postURL(“192.168.1.31”, “^XA^PW400^LL200^FO20,20^A0N,30,30^FDThis is a TEST^FS^XZ”);
}
Any ideas ? I have tryed trough browser and printing is ok.