0
Good afternoon, esotu trying to create a login system and to enter the system by clicking the enter key on the keyboard, ends up redirecting to my "forgot my password" besides activating the key "enter".
I change the forgotten password to "button" works, but it breaks something else. I need you both to be like "Ubmit and I can activate the login button by clicking enter on the keyboard
follows the code:
<div class="row">
<div class="col-12">
<div class="form-group" style="padding-left: 9%; margin-top: 1%">
<button class="btn btn-link" id="btnSenha" data-toggle="modal" onserverclick="btnSenha_click" runat="server" type="submit"><strong>Esqueci minha senha</strong></button>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="text-center" style="padding-bottom: 5%; width: 90%; padding-left: 9%">
<div class="form-group">
<button class="btn btn-primary btn-lg" onserverclick="ImageAcessar_Click" id="ImageAcessar" runat="server" type="submit"><strong>Entrar</strong></button>
</div>
</div>
</div>
</div>
could you ride for me? I’m weak in javacript do not understand much.
– lucivalsoares
of course, I will send an example that I built
– iamageo