do you mean when it's pasted into a textarea type deal?

<cfscript>
        temp1=#replace(form.detail, "�", "'","ALL")#;
        temp2=#replace(temp1, "�", "'","ALL")#;
        temp3=#replace(temp2, "�", "'","ALL")#;
        temp4=#replace(temp3, "�", "'","ALL")#;
        cleandetail=#replace(temp4, "�", "-","ALL")#;
</cfscript>

cheers

Brian

>>> [EMAIL PROTECTED] 02/13/04 02:58pm >>>
my old cf teacher had a script to filter all the crap from word and i 
think he said he got it off here.  Does anyone have it or if not what 
do you do to look after that nasty stuff from word.....

Rob.


---
You are currently subscribed to cfaussie as:
[EMAIL PROTECTED] 
To unsubscribe send a blank email to
[EMAIL PROTECTED] 

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to