function checkForm(f) { if (f.sauv_timer[1].checked) { if (f.sauv_delay.value=="") { alert("'.$msg["sauv_launch_no_delay"].'"); return false; } } if (f.sauv_timer[2].checked) { if (f.sauv_time_hour.value=="") { alert("'.$msg["sauv_launch_no_hour"].'"); return false; } if (f.sauv_time_min.value=="") { alert("'.$msg["sauv_lauchn_no_min"].'"); return false; } } return true; }
'; ?>