mt69=document.form1.NumFreeSMS_where.value;
mt70=document.form1.NumFreeSMS_where2.value;
if(mt69>mt70){
alert("Nel campo NumFreeSMS clausola where, \n il valore where minimo è maggiore del valore where massimo!");
return false;
}
mt69=document.form1.NumFreeSMS_where.value;
mt70=document.form1.NumFreeSMS_where2.value;
if(mt69>mt70){
alert("Nel campo NumFreeSMS clausola where, \n il valore where minimo è maggiore del valore where massimo!");
return false;
}