I would try this:

  <cfform method="post" preservedata="yes" name="form_count">
    <tr>
      <td>
          <cftextarea rows="8" name="word_input" cols="60" wrap="virtual"
onkeyup="f=document.form_count;
f.word_count.value=f.word_input.value.length;">
          </cftextarea>
          <p>
            <cfinput type="text" name="word_count" size="20">
          </p>
      </td>
    </tr>
  </cfform>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2068
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to