Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML
Asp > Code Snippets sample source codes
This simple piece of code will display all of the character
This simple piece of code will display all of the character codes between 33 and 255 <% For i = 33 to 255 response.write "Chr(" & i & ") = " & Chr(i) & "
" Next %>
Privacy Policy
|
Link to Us
|
Links