Posts by Gustavo Guedes Teixeira • 36 points
2 posts
-
0
votes2
answers124
viewsA: Onclick event in two different pages
In my opinion a solution would be the use of Cookies or of Webstorage. You prune for example: HTML first page <center class="container"> <div class="card border-dark mb-3 my-5"…
-
2
votes1
answer151
viewsA: I am building an HTML page and want to redirect the 'client' if the user and password typed are correct
Changing the type to button, and only with EventListener, you can already call the function needed for this validation. You can try something like this: var botaoAdicionar =…