help about Javascript – Math
-
hello,
if i’d like to know if a user select the number of days between 1 to 3 days the condition will be like this :numdays<=3
if(nomdays<=3) { alert("you select a day between 1 to 3");}
but what about this :
4 to 6 days is it numdays<=6 ????
7 to 13 days
14 to 20 daysthanks for help
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘help about Javascript – Math’ is closed to new replies.