Help
As I can assign a variable the value selected in a combo-box, or radio button, I saw examples document.F1.combo [0]. Checked but not working.
thank you very much
Try: $var = {your_combo_box};
Help
As I can assign a variable the value selected in a combo-box, or radio button, I saw examples document.F1.combo [0]. Checked but not working.
thank you very much
Try: $var = {your_combo_box};