On 27 Feb., 12:06, "claus.k...@googlemail.com"
<claus.k...@googlemail.com> wrote:
> OK, it gets somewhat weird:
>
> if (original_elements[k].type == 'radio' || original_elements[k].type
> == 'checkbox')
> {
>         original_elements[k].checked = copy_elements[k].checked;
>         alert ("state: " + original_elements[k].name + " " + original_elements
> [k].checked);
>
> }
>
> Using this inside the function called upon clicking my own button
> inside theclueTipshows that the original elements are being updated.
> However, the IE toolbar does not show any changes to the DOM.
> Opening theclueTipagain shows the old values again.
>
> What do I need to do to make this work?

Ok, shame on me: when submitting the whole form, the values are
actually updated.
It is just the view in the clueTip which is wrong.

Is there a possibility to completely recreate the clueTip?

Reply via email to