Convert http found inside text into anchers < a >, aka URLlinker, aka urls2anchers, inserthyperlinks
Not the first time we did this, but another function will not hurt.
Also check http://boldcodes.com/Dev/Browse/?ID=EQDYA4JK69 and http://boldcodes.com/Dev/Browse/?ID=456E1QPK57
Access is limited.
Login here using your Linkedin account. to see or download code.
No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Boldcodes.com
Linkedin LoginstrInput
it to this as a little plug for our partners!
strUnlinked = "http://www.asp101.com is the best ASP site! <br />" & vbCrLf & "You can get good XML content from http://www.xml101.com. <br />" & vbCrLf & "Microsoft http://www.microsoft.com/ always has lots of good info too. <br />" & vbCrLf
Response.Write "<B>Original Text:</B> " & vbCrLf
Response.Write strUnlinked
Response.Write "<B>Text After Linking:</B>" & vbCrLf
Response.Write HttpToAnchors(strUnlinked)
strUnlinked = "http://www.asp101.com is the best ASP site! <br />" & vbCrLf & "You can get good XML content from http://www.xml101.com. <br />" & vbCrLf & "Microsoft http://www.microsoft.com/ always has lots of good info too. <br />" & vbCrLf
Response.Write "<B>Original Text:</B> " & vbCrLf
Response.Write strUnlinked
Response.Write "<B>Text After Linking:</B>" & vbCrLf
Response.Write HttpToAnchors(strUnlinked)
Views 2,799
Downloads 966
CodeID
DB ID
ANmarAmdeen
685
Revisions
v1.0
Saturday
March
30
2019