Hits Today: 1 Total: 6553 | Updated: 1/2/2001 | |
 | I wrote this component - StrCat.Catter - because string concatenation in Visual Basic (Script) has poor performance characteristics. Author: Michael Balloni Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 6407 | Updated: 2/18/2001 | |
 | These functions are to cater for web content stored in a database where URLs & email address are part of the content. The function uses Regular Expression to search and replace URLs and Email address and turn them into viable hyperlinks Author: Wallace Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 8085 | Updated: 3/26/2001 | |
 | Did you ever just want to take input from a text box and have it display the same way you enter it retaining the line breaks. The couple lines of code I have provided convert regular line breaks to HTML line breaks easily. Author: Anthony J. Biondo Jr Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 5403 | Updated: 9/30/2000 | |
 | Finds any URL found within specified text and creates a hyper
link for http, https, ftp, and email addresses.
Author: Lewis Molten Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 4068 | Updated: 9/2/2002 | |
 | VBS has a great function - replace. This script let's you replace a string in a text file using VB Script and FileSystemObject. Author: Antonin Foller Code: ASP 3.0 & VBScript |
Hits Today: 4 Total: 9968 | Updated: 5/17/2001 | |
 | This is a rather simple but effective encryption algorithm; it uses unique random multiplier key to encrypt any ASCII string. This code contains both Encryption and DeCryption algorithms so all you have to do is include this code in your page... Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 3560 | Updated: 10/8/2000 | |
 | A better, more efficient way of Replacing Carriage Returns ina user form or String that the addBR found elsewhere on this site.
Author: Robbie Powell Code: ASP 3.0 & VBScript | |  | |
| WrapIt |
Site: Planet Source Code |
Hits Today: 1 Total: 3122 | Updated: 9/24/2000 | |
 | This is a function from Planet Source Code to provide word wrap capability in your Active Server Pages.
Author: Chip Taylor Code: ASP 2.0 & VBScript |
Hits Today: 4 Total: 6349 | Updated: 7/13/2001 | |
 | I ran into a problem with javascript redirection. If there are any spaces in the Url then it cuts off everything to the right part of the space, making it immpossible to pass data via a URL for a querystring. So I developed this Little Script as a Fix. Code: ASP 3.0 & JScript |
|