How to turn url text into actual clickable URLs is easy with the Linkify function.
When creating user interface websites, you want to allow users to easily add URLs to other websites. This can be done with [
Linkify] in Classic ASP. Just add in the Linkify() around your requested form element and allow the script to do all the work for you.
You must have the link formatted with the http:// or https:// at the beginning of it, or the link will not get created.
The Function
You must provide the http:// or https:// before the URL string for it to be processed.