0
Good morning, I have the following doubt, I am 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: http://teste.bla.bla/ + the 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 inside this link wanted to paste a text typed by the user
example user typed "example" ai when that submite adds this form action link + the text that he typed in the "example"
How to open this link with form action.
Someone’s willing to help me ?
Hi, can you explain the question further?
– Sergio
Why it has to be a textarea and not an input text, which would be the most appropriate?
– Sam
Why can’t you use
document.getElementById
?– Isac