Inicio de sesión sencillo

Ejemplos de código

0
0

Inicio de sesión sencillo

<!DOCTYPE html>
<html>
    <head>
        <title>Login</title>
    </head>
    <body>
        <script>
            let passwort = prompt("What is the Password");
            if (passwort == "test"){
                window.open("https://www.w3schools.com"); //Not Secure
            }
        </script>
    </body>
</html>
<!-- Note, this is not a Secure login. Any Body can see the Password in the Source Code -->

Páginas relacionadas

Páginas de ejemplo relacionadas

En otros idiomas

Esta página está en otros idiomas

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................