M Mike Mar 3, 2005 #1 What are the functions to convert to/from escaped versions for proper HTML viewing? E.g. "< is lt" <--> "< is lt" thanks
What are the functions to convert to/from escaped versions for proper HTML viewing? E.g. "< is lt" <--> "< is lt" thanks
S Steve C. Orr [MVP, MCSD] Mar 3, 2005 #2 Are you looking for Server.HTMLEncode and Server.HTMLDecode? http://www.devx.com/tips/Tip/13459 Or maybe Server.URLEncode? http://www.4guysfromrolla.com/webtech/042601-1.shtml
Are you looking for Server.HTMLEncode and Server.HTMLDecode? http://www.devx.com/tips/Tip/13459 Or maybe Server.URLEncode? http://www.4guysfromrolla.com/webtech/042601-1.shtml