“como fazer a senha em html correto ou incorreto” Respostas de código

como fazer a senha em html correto ou incorreto

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>owen bucks</title>
</head>
<body>

</body>
<script type="text/javascript">
    var password = "please";
    var x = prompt("Enter in the password "," ");
    if (x.toLowerCase() == password) {
     alert("Come right in \n \n You've entered in the right password");
     window.location = "good.htm";
    }
    else {
     window.location = "bad.htm";
    }
    </script>
</html>
Hurt Herring

como fazer a senha em html correto ou incorreto

fnnj
Hurt Herring

Respostas semelhantes a “como fazer a senha em html correto ou incorreto”

Perguntas semelhantes a “como fazer a senha em html correto ou incorreto”

Mais respostas relacionadas para “como fazer a senha em html correto ou incorreto” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código