function Verif() { i=2; if (i!=2){} else if (document.form.foran_titre.value == "") { alert("Veuillez donner un titre à l\'article"); document.form.foran_titre.select(); document.form.foran_titre.focus(); return false; } }