I'm editing some pages in C # and found that on smartphone screens the confirm button of button
does not work.
Here is the code:
<input type="button" id="bt_confirmar" value="CONFIRMAR" onclick="javascript: criptografar();" class="btn btn-confirmar " tabindex="4" />
I really have no idea why, if anyone could help, I would be very grateful !!