Hello folks:

I am having a strange issue with CFTextarea.

So, basically, I've got this CFtextarea in my <cfform></cfform>.  And then,
my submit button is an image button which calls a JavaScript function to
check a bunch of form fields have been filled out.  However, the simple
JavaScript function which checks text has been entered into CFTextarea does
not work! No matter text is entered or not, I always get document.
user_task_creation_form2.task_desc.value.length == 0 !!!


My CF code looks like this:

<cftextarea name="task_desc" richtext="true" skin="office2003" height="450"
width="800"></cftextarea>

Any thoughts?


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318849
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