[thelist] or conditional

Dmitry Pljonkin dmitry2029 at mail.ru
Thu Mar 18 15:49:20 CST 2004


Hello Colin,

CG> Trying to do a form verification script using this
CG> conditional:

CG> if ((document.seminar.1phone1.value != "") ||
CG> (document.seminar.1phone2.value != "")) {

Names of your form fields are incorrect. Simply change "1phone1" and
"1phone2" for "phone1" and "phone2".


Dmitry Pljonkin



More information about the thelist mailing list