HTML Character Chart

This is my first attempt at writing a javascript.
Please let me know what you think, good or bad.

Simply copy the &#... part of the code into your HTML code.
ie:
! . The end result will be the symbol showing and not the number. Note that some numbers do not have an associated symbol to go with it. Also some symbols are duplicated. I don't know why that is. It's just another mystry of life.
Due to the compatability issue between browsers, the following #'s will not show the symbol for Netscape Users:
€ =
 = 
 = 
Ž = Ž
 = 
 = 
 = 
ž = ž

Sorry Netscape!



Here's the script:

The following script will give you the same codes as
above but in a single column. You are free to use this
script but the copywrite must NOT be removed!

<div align="center"><center>

<table border="0" cellpadding="15" cellspacing="15" width="600">
<tr>
<td align="center" valign="top"><script
language="JavaScript"><!--
// Legal Stuff: You are free to use this script but this line must not be removed: Bill Beardslee ([email protected]) Copywrite 1999 by WEB All rights Reserved -->

<!-- Begin
document.write('<table border=0>');
for(var count=33; count<255; count++) {

document.write('<tr><td align="center" valign="top"><font size=5><b>&#38#'+count+';</b></font></td><td align=center>');
document.write('<font size=5 color="#FFFF00"><b> = </b></font></td><td align=center><font size=5 color="#00FFFF"><b>'+'&#'+count+';</b></font></td></tr>');}
document.write('</table>');
// End
// --></script> </td></tr></table></div>

 


 


Or if you'd rather have it look like I have written it then use this code:
You are free to use this script but the copywrite must NOT be removed!

<div align="center"><center>

<table border="0" cellpadding="15" cellspacing="15" width="600">
<tr>
<td align="center" valign="top"><script
language="JavaScript"><!--
// Legal Stuff: You are free to use this script but this line must not be removed: Bill Beardslee ([email protected]) Copywrite 1999 by WEB All rights Reserved -->

<!-- Begin
document.write('<table border=0>');
for(var count=33; count<88; count++) {

document.write('<tr><td align="center" valign="top"><font size=4><b>&#38#'+count+';</b></font></td><td align=center>');
document.write('<font size=4 color="#FFFF00"><b> = </b></font></td><td align=center><font size=4 color="#00FFFF"><b>'+'&#'+count+';</b></font></td></tr>');}
document.write('</table>');
// End
// --></script> </td>
<td align="center" valign="top"><script
language="JavaScript"><!--
// Legal Stuff: You are free to use this script but this line must not be removed: Bill Beardslee ([email protected]) Copywrite 1999 by WEB All rights Reserved -->

<!-- Begin
document.write('<table border=0>');
for(var count=88; count<143; count++) {

document.write('<td align="center" valign="top"><font size=4><b>&#38#'+count+';</b></font></td><td align=center>');
document.write('<font size=4 color="#FFFF00"><b> = </b></font></td><td align=center><font size=4 color="#00FFFF"><b>'+'&#'+count+';</b></font></td></tr>');}
document.write('</table>');
// End
// --></script> </td>
<td align="center" valign="top"><script
language="JavaScript"><!--
// Legal Stuff: You are free to use this script but this line must not be removed: Bill Beardslee ([email protected]) Copywrite 1999 by WEB All rights Reserved -->

<!-- Begin
document.write('<table border=0>');
for(var count=143; count<199; count++) {

document.write('<tr><td align="center" valign="top"><font size=4><b>&#38#'+count+';</b></font></td><td align=center>');
document.write('<font size=4 color="#FFFF00"><b> = </b></font></td><td align=center><font size=4 color="#00FFFF"><b>'+'&#'+count+';</b></font></td></tr>');}
document.write('</table>');

// End
// --></script> </td>
<td align="center" valign="top"><script
language="JavaScript"><!--
// Legal Stuff: You are free to use this script but this line must not be removed: Bill Beardslee ([email protected]) Copywrite 1999 by WEB All rights Reserved -->

<!-- Begin
document.write('<table border=0>');
for(var count=199; count<255; count++) {

document.write('<tr><td align="center" valign="top"><font size=4><b>&#38#'+count+';</b></font></td><td align=center>');
document.write('<font size=4 color="#FFFF00"><b> = </b></font></td><td align=center><font size=4 color="#00FFFF"><b>'+'&#'+count+';</b></font></td></tr>');}
document.write('</table>');

// End
// --></script> </td>
</tr>
</table>
</center></div>

 


The Free Zone - Where everything is absolutely free
The Free Zone - Where everything is absolutely free