ok this works, is slow and dosnt update from the cftextarea, unless i
type into the regular textarea, then it does...
if any one knows a better way to count the characters in a cftextarea
where richtext is true, please let me know..

<cfinput name="word_count" type="text"
bind="cfc:getLen.getdescLong([EMAIL PROTECTED], [EMAIL PROTECTED])"
size="50" style="border:0px;" >

<cfcomponent>
    <cffunction name="getdescLong" access="remote">
        <cfargument name="descLong">
        <cfargument name="descShort">
        <cfreturn "descLong: #Len(descLong)# of 8000 descShort:
#Len(descShort)#  of 8000">
    </cffunction>
</cfcomponent>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303808
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to