<!--- Written by Tony Hicks on 02-14-02 ---> <CFPARAM name="attributes.fval" default=""> <CFSET myclean="#attributes.fval#"> <CFLOOP list="a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,z,y,z,1,2,3,4,5,6,7 ,8,9, 0" index="v"> <CFSET myclean=Replacnocasee(myclean,"#v#","","ALL")> </CFLOOP> <CFIF myclean is ""> <CFSET caller.cleanq="yes"> <CFELSE> <CFSET caller.cleanq="no"> </CFIF>
tag implementation example <CF_cleaner fval="#valuetopass#"> <CFIF cleanq is "yes"> blah... </CFIF> ---------- Search the Holy Bible: http://www.bibleclicks.com ______________________________________________________________________ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

