[enter image description here][1] Kindly check the image for context.
function validation(){
var email = document.getElementById("em").val;
var password = document.getElementById("pass").val;
if(password === "CWUA" && email === "cwua@gmail.com"){
alert("not check");
} else{
}
Aucun commentaire:
Enregistrer un commentaire