User manual - Web_Browser_Prog_Guide

NAURTECH WEB BROWSER SMART CLIENTS FOR WINDOWS CE .NET / POCKET PC
Web Browser Programming Guide Page 40
Comments
This tag is supported for compatibility with other browsers. It is preferable to use
other techniques for sending print content to a printer. See the advanced topic
“Printing from HTML”.
The status code of the print action will be substituted into the “%ld” location. A
status of 0 indicates success, 1 indicates failure. See ZebraLabel_Print for more
details.
Example
<html>
<head>
<meta http-equiv="ZebraLabel_Complete"
content= "http://10.1.1.8/print.htm?status=%ld"
<meta http-equiv="ZebraLabel_Print"
content="! 0 200 200 581 1\r\nLABEL ... PRINT\r\n">
</head>
<body>
The print should be produced.
This message should not be visible.
</body>
</html>
3.27 ZEBRALABEL_PRINT OR PLSERIESLABEL_PRINT
The ZebraLabel_Print tag contains data that is sent to a Zebra printer. The
ZebraLabel_Complete tag must also be present to report the status of the print.
The alternative identifier PLSeriesLabel_Print will also be recognized.
Syntax
http-equiv="ZebraLabel_Print"
content="! 0 200 200 581 1\r\nLABEL ... PRINT\r\n">
Comments
This tag is supported for compatibility with other browsers. It is preferable to use
other techniques for sending print content to a printer. See the advanced topic
“Printing from HTML”.
The contents must be less than 1024 characters. Any “\r” sequences are
replaced by the CR (0x0d) character. Any “\n” sequences are replaced by the NL