Hi
When I try this if in IE 9 with my variabels like:
maxGrootte = 12 and minGrooote = 5 it enters into the if condition
if(maxGrootte < minGrootte){
bericht += "\t -Het minimum aantal deelnemer kan nooit groter zijn dan \n";
bericht +="\t het maximum aantal deelnemers\n";
status= false;
}
When I use Firefox it works perfect.
Has someone had this problem before?