Example – Casio Naurtech CETerm Ver.5.1 Web Browser Programming Manual User Manual

Page 41

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 41


(0x0a) character. The sequence “\xXX” is replaced by a byte with the
hexadecimal value XX. Use “\\” for a literal backslash.

The content is sent to the printer that is currently configured under the CETerm
Printer tab. This may be a serial attached printer, Bluetooth, or network
accessible printer.

Example

<html>
<head>
<!- NOTE – The content must be on one line ->
<!- NOTE – It is split here for readability ->
<meta http-equiv=" ZebraLabel_Print "
content="! 100 200 200 1225 1\r\n
TEXT 0 2 1 0 Vendor\r\nTEXT 5 2 1 20 Adidas®\r\n
TEXT 0 2 1 80 Model\r\nTEXT 5 2 1 100 Adidas®\r\n
TEXT 5 2 1 135 Storm\r\nTEXT 5 0 1 200 Features\r\n
TEXT 5 0 1 225 Cross-Training\r\n
TEXT 5 0 1 250 Arch Support\r\n
TEXT 5 0 1 275 Leather Upper\r\n
TEXT 5 0 1 300 Cushioned Insole\r\n
TEXT 4 1 100 435 $61.99\r\n
TEXT 0 2 1 550 _________________________\r\n
TEXT180 4 1 250 700 $61.99\r\n
TEXT180 5 0 270 740 000000292818\r\n
BARCODE UPCA 1 1 50 100 750 000000292818\r\n
TEXT180 5 0 320 910 WHITE/RED\r\n
TEXT180 5 0 320 935 Available in:\r\n
TEXT180 0 2 320 1025 _______________________\r\n
JOURNAL\r\nPRINT\r\n">
<meta http-equiv="ZebraLabel_Complete"
content= "http://10.1.1.8/print.htm?status=%ld"
</head>
<body>
The print should be produced.
This message should not be visible.
</body>
</html>

Advertising