Diaglog/Combo box Keywords recalculation - Help

Dear

My requirement is that I have two fields one is radio button (option A & B) and another one is combo box. This combo box keywords are calulated based on radio buttons option A/B.

I need all your help to recalculate the combo box keywords without document/field refresh , upon selecting the radion button option (A/B).

It is a web-based application.

Thanks in advance !!!

Regards,

Karthik KS

Subject: Diaglog/Combo box Keywords recalculation - Help

Using javascript events, you can turn on and off layers. So, you actually have two combo boxes. Give them different field names with xyz_1 and xyz_2 suffix. At the bottom of the form, calculate the field name xyz to be either xyz_1 or xyz_2 based on the value of the first field.