Good evening, everyone. The code is this:
<form action="/teste.php" method="get">
<map name="image-map">
<area target="" alt="" title="" coords="210,233,541,508" shape="rect">
</map>
<div>
<font face="verdana" color="white">Player: </font>
<input type="text" name="nome_player" maxlength="15"><br>
</div>
<div>
<img src="imagens/img_inicial.png" alt="circulo_" class="circulo" usemap="#image-map"/>
</div>
</form>
This area within the map would work as a button, but I just put it in a href, but I needed it to work as an input (submit), to do the form's action ... Anyone know how to help me?