logo

New Response

« Return to the main article

You are replying to:

  1. Jake.... Very cool, but I'm having trouble implementing it.

    I have a hidden field, docDescription, on my main form. In my subform that displays on that main form, I've got the following in a ComputedText....

    "[<TEXTAREA NAME=\"docDescription\" ROWS=5, COLS=60 onKeyDown=\"textCounter(this.form.docDescription, 10);\" onKeyUp=\"textCounter(this.form.docDescription, 10);\" onMouseOut=\"textCounter(this.form.docDescription, 10);\" >"+docDescription+"</TEXTAREA>]"

    the textCounter function's in a javascript library in the db which is called by the main form.

    When I display the form and type in the textarea, textCounter() is called, but I get an error message that "field.value" is null or undefined. Any thoughts?

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: