<SCRIPT>
document.write("There is no © on this tip");
document.write(" and no ® or ™ too <br>");
for (i=33; i<256; i++) {
document.write
("&#"+i+" dec =" + i +" oct =" + (i).toString(8) );
document.write("<br>");
}
</SCRIPT>
alert("\350 \351 \352 \353");Written and compiled by Réal Gagnon ©1998-2008
[ home ]