printtest.html

来自「java条码打印,java条码打印java条码打印java条码打印」· HTML 代码 · 共 164 行

HTML
164
字号
<html>
<head></head>
<body>

<table cellpadding="0" cellspacing="0" width="100%" style="border-top:1px solid black;border-left:1px solid black;">
<tr>
<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;INTERLEAVED25<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="INTERLEAVED25">
</applet>
</td>

<td width="34%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;IND25<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="IND25">
</applet>
</td>

<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;MAT25<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="MAT25">
</applet>
</td>
</tr>

<tr>
<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODE128<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODE128">
</applet>
</td>

<td width="34%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODE11<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODE11">
</applet>
</td>

<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;UCC128<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="UCC128">
</applet>
</td>
</tr>

<tr>
<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODE39<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODE39">
</applet>
</td>

<td width="34%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODE39EXT<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODE39EXT">
</applet>
</td>

<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODE93<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODE93">
</applet>
</td>
</tr>

<tr>
<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODE93EXT<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODE93EXT">
</applet>
</td>

<td width="34%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;CODABAR<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="CODABAR">
</applet>
</td>

<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;MSI<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="MSI">
</applet>
</td>
</tr>

<tr>
<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;UPCA<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="901234567890">
<param name="barType" value="UPCA">
</applet>
</td>

<td width="34%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;UPCE<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="901234567890">
<param name="barType" value="UPCE">
</applet>
</td>

<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;POSTNET<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="POSTNET">
</applet>
</td>
</tr>

<tr>
<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;EAN13<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="6901010101098">
<param name="barType" value="EAN13">
</applet>
</td>

<td width="34%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;EAN8<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="69012341">
<param name="barType" value="EAN8">
</applet>
</td>

<td width="33%" style="border-right:1px solid black;border-bottom:1px solid black;">
&nbsp;PLANET<br>
<applet codebase="." archive="maskbarcode.jar" code="com.mask.util.barcode.BarCodeApplet" width="250" height="85">
<param name="barcode" value="0123456789">
<param name="barType" value="PLANET">
</applet>
</td>
</tr>
</table>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?