Encodes a given HTML string.
HTMLEncode([Input Value])
Where:
Input Value is the value to encode
Rule | Meaning |
---|---|
HTMLEncode(DWVariableHTMLstring) | Will encode the given input value. |
Special ASCII characters are encoded with their respective HTML codes, for example:
ASCII Character | HTML Encoding |
---|---|
< | < |
> | > |
& | & |
" | " |