Hello, I have the following question, I'm developing an application and I need to know how I could add a text attribute (as a form) to a link.
Note: no need to use document.getelementbyid.
Example: link + text typed in a text area.
I'll paste my code
<form
action="http://teste.com.br/
method="POST"
onSubmit="this.BTEnvia.value='Enviando...';
this.BTEnvia.disabled=true;">
ai within this link wanted to paste a text typed by the user
user example typed "example" at the time that you can add this link of form action + the text that he typed in the "example" case
In the way you can open this link with form action.
Is anyone willing to help me?