Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Function StringConvert(strHTML)
Dim strOutput
strOutput = Replace(strHTML, "<", "<")
strOutput = Replace(strOutput, ">", ">")
StringConvert = strOutput
End Function
Response.Write(StringConvert(strTEXT))
[/ignore][code]CodeHere
but < doesnt display inside or outside that tag
[b]www.vzio.com[/b]
ASP WEB DEVELOPMENT