Hi Mike,

Have you tried using the t:zone parameter in your form? then you can perform
a submit in your onchange handler e.g.

    <t:zone t:id="zone">
        <t:form t:id="form" t:zone="zone">
            <t:textfield t:id="name" value="name"
onchange="document.forms[0].submit()" />
        </t:form>
    </t:zone>

Toby

2008/8/7 Mike Leonardo <[EMAIL PROTECTED]>

> Hey All,
>
> I have a form where I want to be able to change one value and have the
> other values in the form update. I have a zone around the whole form, and
> I'd like to use the onchange event to reload the Zone, but what javascript I
> use to trigger the reloading?
>
> Thanks for any help!
> - Mike
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to