SK wrote:
> how I can set the value of a textbox from within COS?

First of all, what is a "textbox"?

An <input type="text"> or a <textarea>?

 w "<textarea>"
 w @globalref
 w "</textarea>"


Or do you mean from CSP?

<textarea class="softwrap" wrap="soft" name="myfield"
                rows="4" cols="80" CSPBIND="myfield"
                onchange="form_hasChanged()"></textarea>


Or do you mean from JavaScript using a #server(..formLoad(id))# call?

It would help us greatly if you would state exactly what you have and exactly what you 
wish to accomplish.

Reply via email to