kperttu
11-03-2003, 02:31 AM
Hi!
I have a form validation script which is not working properly with Netscape 7.1. With Netscape 4 and IE 6, and also new Opera, it seems to work.
I think problem lies in the lines testing pulldown menus which are like following:
}
if (document.form.JOTILA2[1].checked == true && (document.form.TOHTORIKK.options[document.form.TOHTORIKK.selectedIndex].value=="" || document.form.TOHTORIV.options[document.form.TOHTORIV.selectedIndex].value=="")) {
themessage = themessage + "\n (29) Tohtorintutkinnon hyväksymisajankohta";
Thank you very much for your help!
Perttu Korhonen
I have a form validation script which is not working properly with Netscape 7.1. With Netscape 4 and IE 6, and also new Opera, it seems to work.
I think problem lies in the lines testing pulldown menus which are like following:
}
if (document.form.JOTILA2[1].checked == true && (document.form.TOHTORIKK.options[document.form.TOHTORIKK.selectedIndex].value=="" || document.form.TOHTORIV.options[document.form.TOHTORIV.selectedIndex].value=="")) {
themessage = themessage + "\n (29) Tohtorintutkinnon hyväksymisajankohta";
Thank you very much for your help!
Perttu Korhonen