27 zebralabel_print or plserieslabel_print, 27 z, Comments – Casio Naurtech CETerm Ver.5.1 Web Browser Programming Manual User Manual

Page 40: Example, Syntax

Advertising
background image

N

AURTECH

W

EB

B

ROWSER

S

MART

C

LIENTS FOR

W

INDOWS

CE .NET / P

OCKET

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 Z

EBRA

L

ABEL

_P

RINT OR

PLS

ERIES

L

ABEL

_P

RINT

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

Advertising