- 26 -
7.5 CUSTOMIZATION OF HTML FILE
The sample display file can be edited and customized. However, the scripts before “Please do not
change above script” described below must not be changed.
(Ex.) Prt_sts.htm
<META HTTP-EQUIV="Refresh" CONTENT="3">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
sts= 1;
The value for sts will be changed by the printer any time.
// -->
</SCRIPT>
<! sts = 1 : idle head close >
<! sts = 2 : idle head open >
<! sts = 3 : printer working >
<! sts = 4 : pause >
<! sts = 5 : wait for peel off >
<! sts = 6 : syntax error >
<! sts = 7 : communication error >
<! sts = 8 : paper jam >
<! sts = 9 : cutter error >
<! sts = 10 : no label >
<! sts = 11 : no ribbon >
<! sts = 12 : head open error >
<! sts = 13 : thermal head error >
<! sts = 14 : excess head temperature >
<! sts = 15 : ribbon error >
<! sts = 16 : rewinder overflow >
<! sts = 17 : saving mode >
<! sts = 18 : flash write error >
<! sts = 19 : flash erase error >
<! sts = 20 : flash memory full >
<!-------------------- Please do not change above script ----------------->
<TITLE> idle head down </TITLE>
</HEAD>
<BODY>
<BODY LINK=”#0000ff” VLINK=”#800080” BACKGROUND=”Image19.jpg”>
<BR>
<HR SIZE="5"WIDTH="50%"ALIGN="center"COLOR="YELLOW">
<P>
<CENTER>
<H1>PRINTER STATUS</H1>
</CENTER>
<HR SIZE="5"WIDTH="50%"ALIGN="center"COLOR="YELLOW">
<P>
<BR>
<CENTER>
<H1>
<SCRIPT LANGUAGE="JAVASCRIPT">
<!--
These lines must not be
changed.