Convert Http strings into Clickable links
This function takes a string as input and links any "http" it finds so that they are then clickable in a browser.
Sample Usage:
response.write LinkURLS("Please visit my web site at http://www.codetoad.com").
This will automatically insert the A HREF tag in the appropriate place.
|
|