Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Cool Webmaster Tool: Chr( & CODECHART & )
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 28 October 2001 :  20:50:00  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
Special Charecter Code sheet

---------------
Da_Stimulator has spoken

Doug G
Support Moderator

USA
6493 Posts

Posted - 29 October 2001 :  01:25:34  Show Profile
Or if you want to make your own page


<%@ Language=VBScript %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>

<P>Character Table</P>
<table>
<tr>
<th>Code #</th>
<th>Output</th>
</tr>
<%
Dim code
For code =32 to 254%>
<tr>
<td><%=code%></td>
<td><%=chr(code)%></td>
</tr>
<%Next%>
</table>
</BODY>
</HTML>



======
Doug G
======
Go to Top of Page

Kenno
Average Member

Cambodia
846 Posts

Posted - 29 October 2001 :  02:17:14  Show Profile  Visit Kenno's Homepage
Is there anyway we can find extended key? For example: F1, F2, Insert, Delete, End, etc...

÷§÷ Kenno ÷§÷
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07