Mostrando Codigo - Javascript
<table width="100%" bgcolor="#990000">
<tr bgcolor=#FFCC99 >
<th>
<th>1
<th>2
<th>3
<th>4
<th>5
<th>6
<th>7
<th>8
<th>9
<script language="JavaScript">
for (j=0;j<=25;j++) {
document.write("<TR bgcolor=#ffffff> <TH>" + j)
for (i=1;i<10;i++) {
t = j * 10 + i
document.write("<TD bgcolor=#ffffff>&#" + t + ";<B></B> ")
}
}
</script>
</table>
ENLACE AL CODIGO
Si quieres enlazar desde tu pagina a este codigo
COMENTARIOS
Aun no existe ningun comentario para este Codigo.