salve a tutti, da premettere che che non so programmare.
vi spiego vorrei inserire un alert su un campo testo, ho un modulo d'iscrizione che richiede l'email è vorrei che se l'emeil e già presente nel database access esca un allert, e-mail già presente!!!
io ho già un alert per controllare se il campo e complilato correttamente:
come posso aggiungerla?codice:} else if (!email_reg_exp.test(email) || (email == "") || (email == "undefined")) { alert("Inserire un indirizzo E-mail corretto."); document.modulo.email.select(); return false; }
Grazie a tutti!!!!