Subject Re: radio button
From Mustansir <mustan31@hotmail.com>
Date Mon, 13 Jul 2020 07:59:51 -0400
Newsgroups dbase.getting-started

Dear Akshay

I tried this option but gives different results

Best regards
Mustansir

Akshat Kapoor Wrote:

> >
> > Thank you. Although the issue of Onchange event helped. The issue of retaining status needs that onchange event should not occur because when it does the set value of radiobuttons changes by all means. So now problem is how to reverse
> >
>
> Good Morning Mustansir,
>  From the thread I understand that you are in a fix that how to stop
> onChange from firing when you are changing the values through program.
>
> form.radio.onchange = null
>
> The Code where you change your values
>
> form.radio.onchange = forn.radio_onChange
>
> I have used this with canNavigate when I was trying to force navigation
> and the event was preventing it.
>
> Regards
> Akshat