> Hello, > > Does fpWeb have any method/function that escape and un-escape html and > URI elements ? > > Thanks, > > Ido There are Function HTTPDecode(const AStr: String): String; Function HTTPEncode(const AStr: String): String; in unit httpdefs.pp of fcl-web. AB