well, i you could tell me what this is supposed to do ... i'll be grateful
<CFPARAM NAME="Form.Message" DEFAULT="#Chr(10)##Chr(10)##Replace(Client.Sig,Chr(10),"<BR>#Chr(10)#"#">
<!-- Numbers from 0 to 31 are the standard, nonprintable ASCII codes.
For example, Chr(10) returns a linefeed character and Chr(13) returns
a carriage return character. Therefore, the two-character string
Chr(13) & Chr(10) is the newline string. -->
<CFPARAM NAME="Form.Message" DEFAULT="#Chr(10)##Chr(10)##Replace(Client.Sig,Chr(10),"<BR>#Chr(10)#"#">
<!-- Numbers from 0 to 31 are the standard, nonprintable ASCII codes.
For example, Chr(10) returns a linefeed character and Chr(13) returns
a carriage return character. Therefore, the two-character string
Chr(13) & Chr(10) is the newline string. -->