I have the following code in html.
<form action="http://www.meulinkqueseraredirecionado.com/namer/">
<input type="text" />
<input type="submit" value="Acessar" />
</form>
I want as soon as the user clicks the "Access" button, after inserting a number in the "text" input, he / she accesses the link "
How is HTML or HTML5 done?