Есть простенький код:
if(sday == 0){alert("You entered an invalid value in the birthday!")}
if(smonth == 0){alert("You entered an invalid value in the birth month!")}
if(syear == 0){alert("You entered an invalid value in the birth year!")}
Почему если первое условие не выполняется, остальные Ифы игнорируются?