|
|
 More Subcategories Available
| Strings [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
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 |
|  | |
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 |
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 |
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 |
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 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 |
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 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|