Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any interest in a free Web based label maker? 3

Status
Not open for further replies.

arenine

Technical User
Oct 7, 2002
50
0
0
US
I have created a web based label maker for Avaya / Lucent 6408, 6416, 6424, 8410, MLX 10 & MLX 16. It is written in JavaScript and only requires Internet Explorer 4 or higher. I am new to Javascript so it may need a little work. This should be used for small batches of labels.

Where should I post the web pages?

arenine
 
Yeah, I would like to try it out.. Just paste the pages on this thread.

Donnie
 
I'd be interested, as dmoore mentioned put them in this post or mail to me at lance.mayfield@holloman.af.mil

Thanks
 
That would be nice!! Great effort. Keep it up. If possible send me a copy at cheahwk@ntegrator.com
 
This is for the 64XX (6408 - 6416 - 6424) series phones. There is an option to insert a company logo above the first call appearance button. The logo must be named logo.jpg with a width=89 pixels and height=23 pixels and must be in the same folder this html file. There is the option not to insert a logo.

Please update this thread with your comments / suggestions.

save as 64XXlabels.htm


/// Copy Below \\
<HTML><HEAD><TITLE>64XX Label Maker</TITLE>
<script language=&quot;javascript&quot;>
function selectPhone()
{
group = document.form2.phone
var L1 = document.form1.txtL1
var L2 = document.form1.txtL2
var L3 = document.form1.txtL3
var btn9 = document.form1.txtButton9
var btn10 = document.form1.txtButton10
var btn11 = document.form1.txtButton11
var btn12 = document.form1.txtButton12
var btn13 = document.form1.txtButton13
var btn14 = document.form1.txtButton14
var btn15 = document.form1.txtButton15
var btn16 = document.form1.txtButton16
var btn17 = document.form1.txtButton17
var btn18 = document.form1.txtButton18
var btn19 = document.form1.txtButton19
var btn20 = document.form1.txtButton20
var btn21 = document.form1.txtButton21
var btn22 = document.form1.txtButton22
var btn23 = document.form1.txtButton23
var btn24 = document.form1.txtButton24


for (r = 0;r<group.length;r++)
{
if(group[r].checked)
break;
}
if (group[r].value == 6408)
{
L1.disabled=true
L2.disabled=true
L3.disabled=true
btn9.value=&quot;N/A&quot;
btn10.value=&quot;N/A&quot;
btn11.value=&quot;N/A&quot;
btn12.value=&quot;N/A&quot;
btn13.value=&quot;N/A&quot;
btn14.value=&quot;N/A&quot;
btn15.value=&quot;N/A&quot;
btn16.value=&quot;N/A&quot;
btn17.value=&quot;N/A&quot;
btn18.value=&quot;N/A&quot;
btn19.value=&quot;N/A&quot;
btn20.value=&quot;N/A&quot;
btn21.value=&quot;N/A&quot;
btn22.value=&quot;N/A&quot;
btn23.value=&quot;N/A&quot;
btn24.value=&quot;N/A&quot;
btn9.disabled=true
btn10.disabled=true
btn11.disabled=true
btn12.disabled=true
btn13.disabled=true
btn14.disabled=true
btn15.disabled=true
btn16.disabled=true
btn17.disabled=true
btn18.disabled=true
btn19.disabled=true
btn20.disabled=true
btn21.disabled=true
btn22.disabled=true
btn23.disabled=true
btn24.disabled=true
}

if (group[r].value == 6416)
{

L1.disabled=true
L2.disabled=true
L3.disabled=true
btn9.value=&quot;N/A&quot;
btn10.value=&quot;N/A&quot;
btn11.value=&quot;N/A&quot;
btn12.value=&quot;N/A&quot;
btn13.value=&quot;N/A&quot;
btn14.value=&quot;N/A&quot;
btn15.value=&quot;N/A&quot;
btn16.value=&quot;N/A&quot;
btn17.value=&quot;&quot;
btn18.value=&quot;&quot;
btn19.value=&quot;&quot;
btn20.value=&quot;&quot;
btn21.value=&quot;&quot;
btn22.value=&quot;&quot;
btn23.value=&quot;&quot;
btn24.value=&quot;&quot;
btn9.disabled=true
btn10.disabled=true
btn11.disabled=true
btn12.disabled=true
btn13.disabled=true
btn14.disabled=true
btn15.disabled=true
btn16.disabled=true
btn17.disabled=false
btn18.disabled=false
btn19.disabled=false
btn20.disabled=false
btn21.disabled=false
btn22.disabled=false
btn23.disabled=false
btn24.disabled=false
}
if (group[r].value == 6424)
{

L1.disabled=true
L2.disabled=true
L3.disabled=true
btn9.value=&quot;&quot;
btn10.value=&quot;&quot;
btn11.value=&quot;&quot;
btn12.value=&quot;&quot;
btn13.value=&quot;&quot;
btn14.value=&quot;&quot;
btn15.value=&quot;&quot;
btn16.value=&quot;&quot;
btn17.value=&quot;&quot;
btn18.value=&quot;&quot;
btn19.value=&quot;&quot;
btn20.value=&quot;&quot;
btn21.value=&quot;&quot;
btn22.value=&quot;&quot;
btn23.value=&quot;&quot;
btn24.value=&quot;&quot;
btn9.disabled=false
btn10.disabled=false
btn11.disabled=false
btn12.disabled=false
btn13.disabled=false
btn14.disabled=false
btn15.disabled=false
btn16.disabled=false
btn17.disabled=false
btn18.disabled=false
btn19.disabled=false
btn20.disabled=false
btn21.disabled=false
btn22.disabled=false
btn23.disabled=false
btn24.disabled=false

}

}

</script>






<SCRIPT language=JavaScript>



function button()
{

var fone = document.form2.phone
var fonetype

for(var t = 0; t < fone.length; t++)
{
if (fone[t].checked)
break;
}
fonetype = fone[t].value


line1 = document.form1.txtline1.value
line2 = document.form1.txtline2.value
line3 = document.form1.txtline3.value
line4 = document.form1.txtline4.value
button4 = document.form1.txtButton4.value
button5 = document.form1.txtButton5.value
button6 = document.form1.txtButton6.value
button7 = document.form1.txtButton7.value
button8 = document.form1.txtButton8.value
button9 = document.form1.txtButton9.value
button10 = document.form1.txtButton10.value
button11 = document.form1.txtButton11.value
button12 = document.form1.txtButton12.value
button13 = document.form1.txtButton13.value
button14 = document.form1.txtButton14.value
button15 = document.form1.txtButton15.value
button16 = document.form1.txtButton16.value
button17 = document.form1.txtButton17.value
button18 = document.form1.txtButton18.value
button19 = document.form1.txtButton19.value
button20 = document.form1.txtButton20.value
button21 = document.form1.txtButton21.value
button22 = document.form1.txtButton22.value
button23 = document.form1.txtButton23.value
button24 = document.form1.txtButton24.value
pic = document.form1.picture.checked


if (button4 == &quot;&quot;) button4 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button5 == &quot;&quot;) button5 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button6 == &quot;&quot;) button6 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button7 == &quot;&quot;) button7 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button8 == &quot;&quot;) button8 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button9 == &quot;&quot;) button9 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button10 == &quot;&quot;) button10 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button11 == &quot;&quot;) button11 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button12 == &quot;&quot;) button12 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button13 == &quot;&quot;) button13 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button14 == &quot;&quot;) button14 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button15 == &quot;&quot;) button15 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button16 == &quot;&quot;) button16 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button17 == &quot;&quot;) button17 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button18 == &quot;&quot;) button18 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button19 == &quot;&quot;) button19 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button20 == &quot;&quot;) button20 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button21 == &quot;&quot;) button21 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button22 == &quot;&quot;) button22 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button23 == &quot;&quot;) button23 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button24 == &quot;&quot;) button24 = (&quot;<font color='#FFFFFF'> </font>&quot;)

if (pic == true)
{
pic = (&quot;<center><img border='0' src='logo.jpg' width='89' height='23'></center>&quot;)
}
if (pic == false)
{
pic = (&quot;<font color='#FFFFFF'> </font>&quot;)
}


var x
if (fonetype == 6408)
{
x = 0
}
else x = 1

var y
if (fonetype == 6416) y = 0
var z
if (fonetype == 6424) z = 0




var j
j = 5
var i
var line = new Array()
line[0] = new Array()

if (line4 == &quot;&quot;) j = 4
if (line3 == &quot;&quot;) j = 3
if (line2 == &quot;&quot;) j = 2
if (line1 == &quot;&quot;) j = 1

line[0][1] = line1
line[0][2] = line2
line[0][3] = line3
line[0][4] = line4

document.write(&quot;<html><head></head><body bgcolor='#FFFFFF' text='#000000'>&quot;)
window.location.reload()
document.write(&quot;<p>&quot;)
document.write(&quot;<a href='javascript:window.print()'>[Print]</a></p>&quot;)
document.write(&quot;<p><A HREF='javascript:history.go(-1)'> [Go Back]</A></p>&quot;)

document.write(&quot;<table border='0' width='100%' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
for(i=1;i<j;i++)
{
document.write(&quot;<td width='25%'>&quot;)
if (i<j)
{
document.write(&quot;<table border='1' style='font-size: 11pt' width='90' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'> &quot;)
document.write(pic)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(line[0])
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(line[0])
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(line[0])
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button4)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button5)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button6)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button7)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button8)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)

}


document.write(&quot;</td>&quot;)
}
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)

document.write(&quot;<p></p>&quot;)

if (x !=0)
{
document.write(&quot;<table border='0' width='100%' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
for(i=1;i<j;i++)
{
document.write(&quot;<td width='25%'>&quot;)
if (i<j)
{
if(z==0)
{
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<p> </p>&quot;)
document.write(&quot;<table border='1' style='font-size: 11pt' width='90' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button9)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button10)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button11)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button12)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button13)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button14)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button15)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button16)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button17)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button18)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button19)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button20)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button21)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button22)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button23)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button24)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)
}
else
{
document.write(&quot;<table border='1' style='font-size: 11pt' width='90' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'> &quot;)
document.write(&quot;<font color='#FFFFFF'> </font>&quot;)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button17)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button18)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button19)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button20)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button21)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button22)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button23)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' height='41'>&quot;)
document.write(button24)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)
}
}

document.write(&quot;</td>&quot;)
}
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)
}

document.write(&quot;</body></html>&quot;)
}


</SCRIPT>

<META content=&quot;Microsoft FrontPage 4.0&quot; name=GENERATOR></HEAD>
<BODY onload=&quot;selectPhone()&quot; bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;>
<form name=&quot;form2&quot; >
<div align=&quot;left&quot;>
<table border=&quot;0&quot; width=&quot;750&quot;>
<tr>
<TD width=&quot;50%&quot; colspan=&quot;7&quot; align=&quot;center&quot;> <font color=&quot;#FF0000&quot;><b> </b></font><b>Avaya / Lucent
64XX Series Label Maker </b> </TD>
</tr>
<tr>
<TD width=&quot;25%&quot; align=&quot;left&quot; style=&quot;border-right: 1 solid #000000&quot;> <font color=&quot;#FF0000&quot;><b>STEP 1 - Select Phone Type</b></font> </TD>
<TD width=&quot;5%&quot; align=&quot;center&quot;> 6408 </TD>
<TD width=&quot;4%&quot; align=&quot;center&quot; style=&quot;border-right: 1 solid #000000&quot;> <input type=&quot;radio&quot; value=&quot;6408&quot; name=&quot;phone&quot; tabindex=&quot;1&quot; checked onBlur=&quot;javascript:selectPhone()&quot;> </TD>
<TD width=&quot;4%&quot; align=&quot;center&quot;> 6416 </TD>
<TD width=&quot;4%&quot; align=&quot;center&quot; style=&quot;border-right: 1 solid #000000&quot;> <input type=&quot;radio&quot; name=&quot;phone&quot; value=&quot;6416&quot; onBlur=&quot;javascript:selectPhone()&quot;> </TD>
<TD width=&quot;4%&quot; align=&quot;center&quot;> 6424 </TD>
<TD width=&quot;4%&quot; align=&quot;center&quot; style=&quot;border-right: 1 solid #000000&quot;> <input type=&quot;radio&quot; name=&quot;phone&quot; value=&quot;6424&quot; onBlur=&quot;javascript:selectPhone()&quot;> </TD>
</tr>
</table>
</div>
</form>
<FORM name=form1>
<DIV align=left style=&quot;width: 596; height: 504&quot;>
<TABLE width=&quot;750&quot; border=0 height=&quot;526&quot;>
<TBODY>
<TR>
<TD width=&quot;393&quot; colspan=&quot;2&quot; align=&quot;left&quot; height=&quot;28&quot;>
<font color=&quot;#FF0000&quot;><b>STEP 2 - Check to Insert Company Logo</b></font>
</TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton9&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;12&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;381&quot; align=&quot;center&quot; height=&quot;28&quot; colspan=&quot;2&quot;>
<input type=&quot;checkbox&quot; name=&quot;picture&quot; value=&quot;Yes&quot;>
</TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton10&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;13&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;393&quot; colspan=&quot;2&quot; height=&quot;28&quot;> <font color=&quot;#FF0000&quot;><b>STEP 3 - Enter
Up To 4 Extensions - 4 or 5 Digits</b></font> </TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton11&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;14&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 1 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline1 size=&quot;20&quot; tabindex=&quot;3&quot;> </TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton12&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;15&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 2 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline2 size=&quot;20&quot; tabindex=&quot;4&quot;> </TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton13&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;16&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 3 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline3 size=&quot;20&quot; tabindex=&quot;5&quot;></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton14&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;17&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 4 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline4 size=&quot;20&quot; tabindex=&quot;6&quot;></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton15&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;18&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;393&quot; colspan=&quot;2&quot; height=&quot;28&quot;> <font color=&quot;#FF0000&quot;><b>STEP 4 - Enter
Function Buttons</b></font> </TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton16&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;19&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT
value=&quot;Line 1&quot; name=txtL1 size=&quot;12&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton17&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;20&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; rowspan=&quot;6&quot; valign=&quot;middle&quot; align=&quot;center&quot; height=&quot;171&quot;>
<div align=&quot;center&quot;>
<center>
<table border=&quot;1&quot; width=&quot;81%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bordercolor=&quot;#000000&quot;>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>7</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>8</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>9</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>4</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>5</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>6</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>1</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>2</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>3</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>*</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>0</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>#</td>
</tr>
</table>
</center>
</div>
</TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT
value=&quot;Line 2&quot; name=txtL2 size=&quot;12&quot; tabindex=&quot;518&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton18&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;21&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT value=&quot;Line 3&quot; name=txtL3 size=&quot;12&quot; tabindex=&quot;519&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton19&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;22&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton4&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;7&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton20&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;23&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton5&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;8&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton21&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;24&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;12&quot;> <input type=&quot;text&quot; name=&quot;txtButton6&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;9&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;12&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;12&quot;>
<input type=&quot;text&quot; name=&quot;txtButton22&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;25&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;27&quot;> <input type=&quot;text&quot; name=&quot;txtButton7&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;10&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;27&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;27&quot;>
<input type=&quot;text&quot; name=&quot;txtButton23&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;26&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton8&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;11&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton24&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;27&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;742&quot; align=&quot;left&quot; colspan=&quot;4&quot; height=&quot;27&quot;>
<p align=&quot;left&quot;><font color=&quot;#FF0000&quot;><b>STEP 5 - Press Create Label</b></font>
</TD>
</TR>
<TR>
<TD width=&quot;742&quot; align=&quot;center&quot; colspan=&quot;4&quot; height=&quot;27&quot;>
<p align=&quot;left&quot;><INPUT onclick=button() type=button value=&quot;Create Label&quot; form < tabindex=&quot;500&quot;>
</TD>
</TR></TBODY></TABLE>
</DIV>
</FORM>
</BODY></HTML>



 
There is an problem with my post. It does not show the whole file. Here is the missing part. Perhaps I will post it as an FAQ.

font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 2 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline2 size=&quot;20&quot; tabindex=&quot;4&quot;> </TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton13&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;16&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 3 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline3 size=&quot;20&quot; tabindex=&quot;5&quot;></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton14&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;17&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 4 </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT name=txtline4 size=&quot;20&quot; tabindex=&quot;6&quot;></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton15&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;18&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;393&quot; colspan=&quot;2&quot; height=&quot;28&quot;> <font color=&quot;#FF0000&quot;><b>STEP 4 - Enter
Function Buttons</b></font> </TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton16&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;19&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT
value=&quot;Line 1&quot; name=txtL1 size=&quot;12&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton17&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;20&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; rowspan=&quot;6&quot; valign=&quot;middle&quot; align=&quot;center&quot; height=&quot;171&quot;>
<div align=&quot;center&quot;>
<center>
<table border=&quot;1&quot; width=&quot;81%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bordercolor=&quot;#000000&quot;>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>7</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>8</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>9</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>4</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>5</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>6</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>1</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>2</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>3</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>*</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>0</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>#</td>
</tr>
</table>
</center>
</div>
</TD>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT
value=&quot;Line 2&quot; name=txtL2 size=&quot;12&quot; tabindex=&quot;518&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton18&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;21&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;28&quot;><INPUT value=&quot;Line 3&quot; name=txtL3 size=&quot;12&quot; tabindex=&quot;519&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton19&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;22&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton4&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;7&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton20&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;23&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton5&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;8&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton21&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;24&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;12&quot;> <input type=&quot;text&quot; name=&quot;txtButton6&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;9&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;12&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;12&quot;>
<input type=&quot;text&quot; name=&quot;txtButton22&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;25&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;212&quot; height=&quot;27&quot;> <input type=&quot;text&quot; name=&quot;txtButton7&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;10&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;27&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;27&quot;>
<input type=&quot;text&quot; name=&quot;txtButton23&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;26&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;175&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;212&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton8&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;11&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;130&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;207&quot; height=&quot;28&quot;>
<input type=&quot;text&quot; name=&quot;txtButton24&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;27&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b> </TD></TR>
<TR>
<TD width=&quot;742&quot; align=&quot;left&quot; colspan=&quot;4&quot; height=&quot;27&quot;>
<p align=&quot;left&quot;><font color=&quot;#FF0000&quot;><b>STEP 5 - Press Create Label</b></font>
</TD>
</TR>
<TR>
<TD width=&quot;742&quot; align=&quot;center&quot; colspan=&quot;4&quot; height=&quot;27&quot;>
<p align=&quot;left&quot;><INPUT onclick=button() type=button value=&quot;Create Label&quot; form < tabindex=&quot;500&quot;>
</TD>
</TR></TBODY></TABLE>
</DIV>
</FORM>
</BODY></HTML>
 
It works okay.

I've got one small problem if I fill in 4 extension numbers and press the create label button I see the 4 extension numbers on all 4 labels seperated by comma's.

Any idea how the resolve this???



Please let me know if the information that was provided is helpfull.
Edwin Plat
A.K.A. Europe
 
Each Extension should go in a seperate textbox

Extension 1 55555
Extension 2 66666
Extension 3 77777
Extension 4 88888

arenine
 
that is what I do, yet all extensions show up on all labels separated by a comma

Please let me know if the information that was provided is helpfull.
Edwin Plat
A.K.A. Europe
 
where it says document.write(line[0])
it MUST say document.write(line[0][READ BELOW]).

the READ BELOW MUST be repleased by the letter i.
The HTML of tek-tips has misread the i between [ and the ] that is why some of the text is shown as ITALIC
That will fix it

Please let me know if the information that was provided is helpfull.
Edwin Plat
A.K.A. Europe
 
Arenine,

Works great! Europe is correct. Tek-Tips misreads the Java script. You need to replace all instances of document.write(line[0]) with document.write(line[0])


Easy to do in notepad with the Replace function.


Thanks Arenine!


 
I am working on posting it as an FAQ, since there was some issues with copy/paste to the thread. I will add the 8410 version also.

arenine
 
arenine,

Enclose your code in &#91;code&#93;&#91;/code&#93; tags before you post it. This will prevent Tek-Tips from misinterpreting your javascript.

-Ron

For more info on this, click the Process TGML link just above the &quot;Submit Post&quot; button on this page.

-We all play from the same deck of cards, it's how we play the hand we are dealt which makes us who we are.
 
The FAQ won't work. The website processes [ i ]. I tried turning off &quot;Process TGML&quot; and still the same error.

Does anyone have website to host the files.

arenine
 
arenine,

Read my previous post. It should fix your problem (you have to leave &quot;Process TGML&quot; turned on).

-Ron

-We all play from the same deck of cards, it's how we play the hand we are dealt which makes us who we are.
 
I would be really interested in the 84xx series script.

Please let me know if the information that was provided is helpfull.
Edwin Plat
A.K.A. Europe
 
84XX - currently just the 8410. I am working on the 8434.

arenine

///Copy Below\\
<HTML><HEAD><TITLE>84XX Label Maker</TITLE>
<script language=&quot;javascript&quot;>
function selectPhone()
{
group = document.form2.phone
var L1 = document.form1.txtL1
var L2 = document.form1.txtL2
var L3 = document.form1.txtL3
var btn9 = document.form1.txtButton9
var btn10 = document.form1.txtButton10

L1.disabled=true
L2.disabled=true
L3.disabled=true
}
</script>






<SCRIPT language=JavaScript>



function button()
{

line1 = document.form1.txtline1.value
line2 = document.form1.txtline2.value
line3 = document.form1.txtline3.value
button4 = document.form1.txtButton4.value
button5 = document.form1.txtButton5.value
button6 = document.form1.txtButton6.value
button7 = document.form1.txtButton7.value
button8 = document.form1.txtButton8.value
button9 = document.form1.txtButton9.value
button10 = document.form1.txtButton10.value

if (button4 == &quot;&quot;) button4 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button5 == &quot;&quot;) button5 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button6 == &quot;&quot;) button6 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button7 == &quot;&quot;) button7 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button8 == &quot;&quot;) button8 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button9 == &quot;&quot;) button9 = (&quot;<font color='#FFFFFF'> </font>&quot;)
if (button10 == &quot;&quot;) button10 = (&quot;<font color='#FFFFFF'> </font>&quot;)

var j
j = 4
var i
var line = new Array()
line[0] = new Array()


if (line3 == &quot;&quot;) j = 3
if (line2 == &quot;&quot;) j = 2
if (line1 == &quot;&quot;) j = 1

line[0][1] = line1
line[0][2] = line2
line[0][3] = line3

document.write(&quot;<html><head></head><body bgcolor='#FFFFFF' text='#000000'>&quot;)
window.location.reload()
document.write(&quot;<p>&quot;)
document.write(&quot;<a href='javascript:window.print()'>[Print]</a></p>&quot;)
document.write(&quot;<p><A HREF='javascript:history.go(-1)'> [Go Back]</A></p>&quot;)

document.write(&quot;<table border='0' width='100%' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
for(i=1;i<j;i++)
{
document.write(&quot;<td width='25%'>&quot;)
if (i<j)
{
document.write(&quot;<table border='1' style='font-size: 11pt' width='190' cellspacing='0' cellpadding='0'>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' valign='bottom' width='95' height='33'>&quot;)
document.write(line[0])
document.write(&quot;</td>&quot;)
document.write(&quot;<td align='center' valign='bottom' width='95' height='33'>&quot;)
document.write(button6)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(line[0])
document.write(&quot;</td>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(button7)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(line[0])
document.write(&quot;</td>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(button8)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(button4)
document.write(&quot;</td>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(button9)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;<tr>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(button5)
document.write(&quot;</td>&quot;)
document.write(&quot;<td align='center' valign='bottom' height='47'>&quot;)
document.write(button10)
document.write(&quot;</td>&quot;)
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)
}
document.write(&quot;</td>&quot;)
}
document.write(&quot;</tr>&quot;)
document.write(&quot;</table>&quot;)
document.write(&quot;</body></html>&quot;)
}


</SCRIPT>

<META content=&quot;Microsoft FrontPage 4.0&quot; name=GENERATOR></HEAD>
<BODY onload=&quot;selectPhone()&quot; bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;>
<form name=&quot;form2&quot; >
<div align=&quot;left&quot;>
<table border=&quot;0&quot; width=&quot;750&quot;>
<tr>
<TD width=&quot;742&quot; colspan=&quot;3&quot; align=&quot;center&quot;> <font color=&quot;#FF0000&quot;><b> </b></font><b>Avaya / Lucent
8410 Series Label Maker </b> </TD>
</tr>
<tr>
<TD width=&quot;330&quot; align=&quot;left&quot; style=&quot;border-right: 1 solid #000000&quot;> <font color=&quot;#FF0000&quot;><b>STEP 1 - Select Phone Type</b></font> </TD>
<TD width=&quot;208&quot; align=&quot;center&quot;> 8410 </TD>
<TD width=&quot;209&quot; align=&quot;left&quot; style=&quot;border-right: 1 solid #000000&quot;> <input type=&quot;radio&quot; value=&quot;84XX&quot; name=&quot;phone&quot; tabindex=&quot;1&quot; checked onBlur=&quot;javascript:selectPhone()&quot;> </TD>
</tr>
</table>
</div>
</form>
<FORM name=form1>
<DIV align=left style=&quot;width: 596; height: 504&quot;>
<TABLE width=&quot;750&quot; border=0 height=&quot;526&quot;>
<TBODY>
<TR>
<TD width=&quot;318&quot; colspan=&quot;2&quot; height=&quot;28&quot;> <font color=&quot;#FF0000&quot;><b>STEP 2 - Enter
Up To 3 Extensions - 4 or 5 Digits</b></font> </TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 1 </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;><INPUT name=txtline1 size=&quot;20&quot; tabindex=&quot;3&quot;> </TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 2 </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;><INPUT name=txtline2 size=&quot;20&quot; tabindex=&quot;4&quot;> </TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;175&quot; height=&quot;28&quot;>Extension 3 </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;><INPUT name=txtline3 size=&quot;20&quot; tabindex=&quot;5&quot;></TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;318&quot; colspan=&quot;2&quot; height=&quot;28&quot;> <font color=&quot;#FF0000&quot;><b>STEP 3 - Enter
Function Buttons</b></font> </TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;> </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;175&quot; rowspan=&quot;5&quot;>
<div align=&quot;center&quot;>
<center>
<table border=&quot;1&quot; width=&quot;81%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; bordercolor=&quot;#000000&quot;>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>7</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>8</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>9</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>4</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>5</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>6</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>1</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>2</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>3</td>
</tr>
<tr>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>*</td>
<td width=&quot;33%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>0</td>
<td width=&quot;34%&quot; bgcolor=&quot;#C0C0C0&quot; align=&quot;center&quot;>#</td>
</tr>
</table>
</center>
</div>
</TD>
<TD width=&quot;142&quot; height=&quot;28&quot;><INPUT
value=&quot;Line 1&quot; name=txtL1 size=&quot;12&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>* </font></b><input type=&quot;text&quot; name=&quot;txtButton6&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;9&quot;>
</TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;142&quot; height=&quot;28&quot;><INPUT
value=&quot;Line 2&quot; name=txtL2 size=&quot;12&quot; tabindex=&quot;518&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>* </font></b><input type=&quot;text&quot; name=&quot;txtButton7&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;10&quot;>
</TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;142&quot; height=&quot;28&quot;><INPUT value=&quot;Line 3&quot; name=txtL3 size=&quot;12&quot; tabindex=&quot;519&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>* </font></b> <input type=&quot;text&quot; name=&quot;txtButton8&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;11&quot;>
</TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;142&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton4&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;7&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>* </font></b>
<input type=&quot;text&quot; name=&quot;txtButton9&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;12&quot;> </TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;142&quot; height=&quot;28&quot;> <input type=&quot;text&quot; name=&quot;txtButton5&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;8&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>*</font>
</b></TD>
<TD width=&quot;142&quot; align=&quot;center&quot; height=&quot;28&quot;>
<b><font color=&quot;#008000&quot;>* </font><font color=&quot;#FF0000&quot;>* </font></b>
<input type=&quot;text&quot; name=&quot;txtButton10&quot; size=&quot;12&quot; maxlength=&quot;12&quot; tabindex=&quot;13&quot;>
</TD>
<TD width=&quot;142&quot; height=&quot;28&quot;>
</TD>
<TD width=&quot;143&quot; height=&quot;28&quot;>
</TD></TR>
<TR>
<TD width=&quot;742&quot; align=&quot;left&quot; colspan=&quot;5&quot; height=&quot;27&quot;>
<p align=&quot;left&quot;><font color=&quot;#FF0000&quot;><b>STEP 4 - Press Create Label</b></font>
</TD>
</TR>
<TR>
<TD width=&quot;742&quot; align=&quot;center&quot; colspan=&quot;5&quot; height=&quot;27&quot;>
<p align=&quot;left&quot;><INPUT onclick=button() type=button value=&quot;Create Label&quot; form < tabindex=&quot;500&quot;>
</TD>
</TR></TBODY></TABLE>
</DIV>
</FORM>
</BODY></HTML>

 
Any chance you could mail me in on the 64xx script

Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top