Posts by Darlan • 21 points
1 post
-
2
votes2
answers27342
viewsA: Submit form with <a href=""> instead of <input="Submit">
You can use a simplified code like this javascript:x.Ubmit() <a href='javascript:formName.submit()'>ENVIAR</a> Where formName matches the form name, example: <form name='pagamento'…