Tom,
This javascript will remove the carriage returns for you.
function RemoveCarriageReturns (stringToClean) {
stringToClean = stringToClean.replace(/\r\n/gi," ");
return(stringToClean);
}
-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com
-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org