sloppycode.net
ASP Ascii table
Printing an Ascii table in ASP
Home
›
Code snippets
›
ASP
›
ASP Ascii table
This is a really simple piece of code displaying an ascii table for reference. Although
www.asciitable.com
is just as easy.
<table width="300" border="0" cellspacing="0" cellpadding="1" style="font-family:Verdana;font-size:10px"> <tr> <% Dim i,d For i=1 to 255 d = i mod 6 if d=1 Then Response.Write "</tr><tr>" End If %> <td><%="<font color='#336600'>"&i&"</font>:<b>"&CHR(i)%></b></td> <% Next %> </tr> </table>
{Name}
Says:
{Date}
{Text}
› Home
› C#
› Snippets
› Articles
› Tools
› Taglines
› ASP
› Dictionary Object
› FSO
› Unix cheat sheet
› Gaming
› CSS
› Yak
› Umbraco
› About
› Contact
› Privacy
› Projects
› Search
› Sitemap
Buy on Amazon
Buy on Amazon
Buy on Amazon
Buy on Amazon